From 0ca41ee9f57e5f55cb7f2478c6c06f7c35880ec4 Mon Sep 17 00:00:00 2001 From: Daniel Scherf Date: Wed, 4 Sep 2024 23:28:20 +0200 Subject: [PATCH] Relocate IridiumCore dependencies Due to the changes to the relocation in IridiumCore, these need to be relocated by IridiumEnchants --- build.gradle.kts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1213dd..f961482 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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()