Skip to content

Commit

Permalink
Also relocate typesafe for obf environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Sep 3, 2016
1 parent f0329c9 commit 5e92113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ shadowJar {
archiveName = tasks.jar.archiveName
configurations = [project.configurations.shadow]
relocate 'ninja.leaping.configurate', 'slimeknights.mantle.configurate'
relocate 'com.typesafe', 'slimeknights.mantle.typesafe'
dependencies {
exclude(dependency('com.google.guava:guava:'))
}
Expand Down

0 comments on commit 5e92113

Please sign in to comment.