aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit
diff options
context:
space:
mode:
authorembeddedt <42941056+embeddedt@users.noreply.github.com>2023-05-24 11:05:06 -0400
committerembeddedt <42941056+embeddedt@users.noreply.github.com>2023-05-24 11:05:06 -0400
commit67c1d7ba2f63cda64ea54e9630238e2b3a963a17 (patch)
tree55c404f59b27951299971a1f90a95ad0faba8ee9 /spark-nukkit
parenta73c5d41be8eb3f25bfbd2bf9908ba4c8ca027b7 (diff)
parentf5b35cf7590e5e0d3f5b604216e1ba4a3d641c9d (diff)
downloadspark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.gz
spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.bz2
spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.zip
Merge remote-tracking branch 'lucko/master' into forge-1.7.10
Diffstat (limited to 'spark-nukkit')
-rw-r--r--spark-nukkit/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle
index 9efb653..d2e4833 100644
--- a/spark-nukkit/build.gradle
+++ b/spark-nukkit/build.gradle
@@ -9,7 +9,7 @@ dependencies {
}
repositories {
- maven { url 'https://repo.opencollab.dev/maven-snapshots/' }
+ maven { url 'https://repo.opencollab.dev/main/' }
}
processResources {
@@ -31,6 +31,7 @@ shadowJar {
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'
+ relocate 'me.lucko.bytesocks.client', 'me.lucko.spark.lib.bytesocks'
exclude 'module-info.class'
exclude 'META-INF/maven/**'