diff options
Diffstat (limited to 'spark-nukkit/build.gradle')
-rw-r--r-- | spark-nukkit/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index 889fa0d..0f2f04d 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -28,6 +28,7 @@ shadowJar { relocate 'okio', 'me.lucko.spark.lib.okio' relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3' relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz' + relocate 'net.bytebuddy', 'me.lucko.spark.lib.bytebuddy' relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf' relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm' relocate 'one.profiler', 'me.lucko.spark.lib.asyncprofiler' |