aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2023-08-28 16:21:03 +0100
committerLuck <git@lucko.me>2023-08-28 16:21:03 +0100
commitfac7ec97a848835dacc860a596269be12ae86956 (patch)
tree0594925d3cd657b9154538ae3329e698bd1bd734 /spark-nukkit
parent3c0c141189a0af706dfab9d052a2fd47d1906b39 (diff)
downloadspark-fac7ec97a848835dacc860a596269be12ae86956.tar.gz
spark-fac7ec97a848835dacc860a596269be12ae86956.tar.bz2
spark-fac7ec97a848835dacc860a596269be12ae86956.zip
Use a different websocket library
Diffstat (limited to 'spark-nukkit')
-rw-r--r--spark-nukkit/build.gradle1
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/**'