Skip to content

Commit

Permalink
fix: relocate dependencies to avoid any potential conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Aug 8, 2023
1 parent 356eb50 commit 1e61d1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ tasks {
dependsOn(reobfJar)
}

shadowJar {
isEnableRelocation = true
relocationPrefix = "me.machinemaker.treasuremapsplus.libs"
}

compileJava {
options.release.set(17)
options.encoding = Charsets.UTF_8.toString()
Expand Down

0 comments on commit 1e61d1a

Please sign in to comment.