Skip to content

Commit 490f49c

Browse files
author
Zack Brown
committed
changed automatic module name to org.dataloader to remove module ambiguity with com.graphqljava
1 parent fa94732 commit 490f49c

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.graphqljava',
65+
attributes('Automatic-Module-Name': 'org.dataloader',
6666
'-exportcontents': 'org.dataloader.*',
6767
'-removeheaders': 'Private-Package')
6868
}

0 commit comments

Comments
 (0)