From fac7ec97a848835dacc860a596269be12ae86956 Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 28 Aug 2023 16:21:03 +0100 Subject: Use a different websocket library --- spark-nukkit/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-nukkit') 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/**' -- cgit