Skip to content

Commit

Permalink
Relocate IridiumCore dependencies
Browse files Browse the repository at this point in the history
Due to the changes to the relocation in IridiumCore, these need to be relocated by IridiumEnchants
  • Loading branch information
dlsf committed Sep 4, 2024
1 parent 0354c0c commit 0ca41ee
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 0ca41ee

Please sign in to comment.