aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric
diff options
context:
space:
mode:
Diffstat (limited to 'spark-fabric')
-rw-r--r--spark-fabric/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle
index bc88c7d..7bee24d 100644
--- a/spark-fabric/build.gradle
+++ b/spark-fabric/build.gradle
@@ -42,6 +42,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'
}
task remappedShadowJar(type: RemapJarTask) {