Skip to content

Commit

Permalink
Automatic-Module-Name cannot contain 'interface' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Oct 3, 2024
1 parent 43f6abf commit c3c1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lambda-java-runtime-interface-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>aws.lambda.runtime.interface.client</Automatic-Module-Name>
<Automatic-Module-Name>aws.lambda.runtime.client</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit c3c1cbb

Please sign in to comment.