diff options
Diffstat (limited to 'spark-nukkit')
-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 19e6b42..453573d 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -32,6 +32,7 @@ shadowJar { relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm' relocate 'one.profiler', 'me.lucko.spark.lib.asyncprofiler' relocate 'me.lucko.bytesocks.client', 'me.lucko.spark.lib.bytesocks' + relocate 'org.java_websocket', 'me.lucko.spark.lib.bytesocks.ws' exclude 'module-info.class' exclude 'META-INF/maven/**' |