Skip to content

Commit 98ee838

Browse files
committed
Automatic-Module-Name cannot contain 'interface' keyword
1 parent 8ad3aba commit 98ee838

File tree

1 file changed

+1
-1
lines changed
  • aws-lambda-java-runtime-interface-client

1 file changed

+1
-1
lines changed

aws-lambda-java-runtime-interface-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<configuration>
128128
<archive>
129129
<manifestEntries>
130-
<Automatic-Module-Name>aws.lambda.runtime.interface.client</Automatic-Module-Name>
130+
<Automatic-Module-Name>aws.lambda.runtime.client</Automatic-Module-Name>
131131
</manifestEntries>
132132
</archive>
133133
</configuration>

0 commit comments

Comments
 (0)