aboutsummaryrefslogtreecommitdiff
path: root/spark-forge
diff options
context:
space:
mode:
Diffstat (limited to 'spark-forge')
-rw-r--r--spark-forge/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index 140612d..1c16b24 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -41,6 +41,7 @@ shadowJar {
relocate 'okio', 'me.lucko.spark.lib.okio'
relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3'
+ relocate 'org.tukaani.xz', 'xz'
relocate 'net.kyori.text', 'me.lucko.spark.lib.text'
}