Skip to content

Commit 2b366f2

Browse files
authored
Fix invalid Automatic-Module-Name
`-` is invalid in the `Automatic-Module-Name` Related PRs: graphql-java/java-dataloader#104, graphql-java/graphql-java#2423 Fixes graphql-java#60
1 parent 95a714e commit 2b366f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tasks.withType(PublishToMavenRepository) {
138138

139139
jar {
140140
manifest {
141-
attributes('Automatic-Module-Name': 'graphql-java-extended-scalars',
141+
attributes('Automatic-Module-Name': 'graphql.java.extended.scalars',
142142
'-exportcontents': 'graphql.scalars.*',
143143
'-removeheaders': 'Private-Package')
144144
}

0 commit comments

Comments
 (0)