Skip to content

Commit

Permalink
Trying to make relocate work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 30, 2017
1 parent 72e5c67 commit 12417f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
}

shadowJar {
relocate 'org', project.group + '.' + project.name + '.org'
relocate 'com', project.group + '.' + project.name + '.com'
relocate 'org', project.group + '.' + project.name + '.org'
relocate 'com', project.group + '.' + project.name + '.com'
relocate 'se', 'se'
}

0 comments on commit 12417f1

Please sign in to comment.