Skip to content

Commit 87573f8

Browse files
committed
Fix invalid Automatic-Module-Name
Consistent with https://github.com/graphql-java/graphql-java/pull/2423/files Fixes #101
1 parent f492922 commit 87573f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ apply plugin: 'groovy'
6262

6363
jar {
6464
manifest {
65-
attributes('Automatic-Module-Name': 'com.graphql-java')
65+
attributes('Automatic-Module-Name': 'com.graphqljava')
6666
}
6767
}
6868

0 commit comments

Comments
 (0)