diff options
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r-- | spark-forge/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle index 29782d8..f74f135 100644 --- a/spark-forge/build.gradle +++ b/spark-forge/build.gradle @@ -51,6 +51,7 @@ shadowJar { relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3' relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure' relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination' + relocate 'net.bytebuddy', 'me.lucko.spark.lib.bytebuddy' 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' |