Skip to content

Commit 4253050

Browse files
authored
Merge pull request #104 from lkorth/fix-module-name
Fix invalid Automatic-Module-Name
2 parents f492922 + 87573f8 commit 4253050

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)