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 63ed770..0a3fa8f 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -50,6 +50,7 @@ shadowJar {
relocate 'net.kyori.text', 'me.lucko.spark.lib.text'
relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz'
relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf'
+ relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm'
}
artifacts {