Skip to content

Commit bdaa160

Browse files
committed
Automatic-Module-Name cannot contain 'interface' keyword
1 parent 0230193 commit bdaa160

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: aws-lambda-java-runtime-interface-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<configuration>
122122
<archive>
123123
<manifestEntries>
124-
<Automatic-Module-Name>aws.lambda.runtime.interface.client</Automatic-Module-Name>
124+
<Automatic-Module-Name>aws.lambda.runtime.client</Automatic-Module-Name>
125125
</manifestEntries>
126126
</archive>
127127
</configuration>

0 commit comments

Comments
 (0)