Skip to content

Commit

Permalink
Merge pull request #78 from Iridium-Development/fix/relocate-maven-de…
Browse files Browse the repository at this point in the history
…pendencies

Relocate IridiumCore dependencies
  • Loading branch information
dlsf authored Nov 27, 2024
2 parents cb9c24b + 0ca41ee commit 6438fd6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,21 @@ tasks {
archiveClassifier.set("")

// Relocate dependencies
relocate("com.iridium.iridiumcolorapi")
relocate("com.iridium.iridiumcore")
relocate("com.j256.ormlite")
relocate("org.bstats")
relocate("de.jeff_media")
relocate("org.bstats")

// Relocate IridiumCore dependencies
relocate("com.cryptomorin.xseries")
relocate("com.fasterxml.jackson")
relocate("de.tr7zw.changeme.nbtapi")
relocate("io.papermc")
relocate("org.apache.commons")
relocate("org.intellij")
relocate("org.jetbrains")
relocate("org.yaml.snakeyaml")

// Remove unnecessary files from the jar
minimize()
Expand Down

0 comments on commit 6438fd6

Please sign in to comment.