We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa94732 commit 490f49cCopy full SHA for 490f49c
build.gradle
@@ -62,7 +62,7 @@ apply plugin: 'groovy'
62
63
jar {
64
manifest {
65
- attributes('Automatic-Module-Name': 'com.graphqljava',
+ attributes('Automatic-Module-Name': 'org.dataloader',
66
'-exportcontents': 'org.dataloader.*',
67
'-removeheaders': 'Private-Package')
68
}
0 commit comments