Skip to content

Commit

Permalink
Relocating to correct Java identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 30, 2017
1 parent f10bd9a commit 0483e6b
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 @@ -31,5 +31,5 @@ dependencies {
shadowJar {
relocate 'org', safeJavaIdentidier(project.group + '.' + project.name + '.org')
relocate 'com', safeJavaIdentidier(project.group + '.' + project.name + '.com')
relocate 'se', safeJavaIdentidier(project.group + '.' + project.name + '.se')
relocate 'se', 'se'
}

0 comments on commit 0483e6b

Please sign in to comment.