Skip to content

Commit

Permalink
Relocate packages to avoid classpath issues #38
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 16, 2016
1 parent a16f35b commit 8d2aac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changelog of Git Changelog.

## Next release
## 1.59
### GitHub [#38](https://github.com/tomasbjerre/git-changelog-lib/issues/38) Relocate packages to avoid classpath issues

**Relocate packages to avoid classpath issues**
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ if (JavaVersion.current().isJava8Compatible()) {
shadowJar {
relocate 'com', 'gitchangeloglibshadow.com'
relocate 'org', 'gitchangeloglibshadow.org'
relocate 'retrofit2', 'gitchangeloglibshadow.retrofit2'
relocate 'net', 'gitchangeloglibshadow.net'
relocate 'okio', 'gitchangeloglibshadow.okio'
relocate 'okhttp3', 'gitchangeloglibshadow.okhttp3'
}

modifyPom {
Expand Down

0 comments on commit 8d2aac7

Please # to comment.