Skip to content

Commit

Permalink
Merge pull request #118 from zrbrown/change_duplicate_module_name
Browse files Browse the repository at this point in the history
Changed Automatic Module Name to org.dataloader
  • Loading branch information
bbakerman authored Jun 8, 2022
2 parents fa94732 + 490f49c commit d42e37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ apply plugin: 'groovy'

jar {
manifest {
attributes('Automatic-Module-Name': 'com.graphqljava',
attributes('Automatic-Module-Name': 'org.dataloader',
'-exportcontents': 'org.dataloader.*',
'-removeheaders': 'Private-Package')
}
Expand Down

0 comments on commit d42e37e

Please sign in to comment.