Skip to content

Commit

Permalink
Merge pull request #79 from graphql-java/automatic-module-name-fix
Browse files Browse the repository at this point in the history
Remove dashes from Automatic-Module-Name
  • Loading branch information
dondonz committed Sep 22, 2022
2 parents be6c0e4 + 973b0ec commit c44b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -144,7 +144,7 @@ tasks.withType(PublishToMavenRepository) {

jar {
manifest {
attributes('Automatic-Module-Name': 'graphql-java-extended-scalars',
attributes('Automatic-Module-Name': 'com.graphqljava.extendedscalars',
'-exportcontents': 'graphql.scalars.*',
'-removeheaders': 'Private-Package')
}
Expand Down

0 comments on commit c44b3b2

Please sign in to comment.