aboutsummaryrefslogtreecommitdiff
path: root/spark-forge/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-01-08 17:40:23 +0000
committerLuck <git@lucko.me>2021-01-08 17:40:23 +0000
commit44bbb6d0526a3a2f6cf62719a7bff8095567820c (patch)
treef95c50873af70e800416fb1956bb113826042c57 /spark-forge/build.gradle
parent28cf46ec3e09e5e4b4a57c5eacb84787989020ce (diff)
downloadspark-44bbb6d0526a3a2f6cf62719a7bff8095567820c.tar.gz
spark-44bbb6d0526a3a2f6cf62719a7bff8095567820c.tar.bz2
spark-44bbb6d0526a3a2f6cf62719a7bff8095567820c.zip
Tidy up build scripts, fix adventure relocation
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r--spark-forge/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index 31e23f6..f79eb77 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -49,6 +49,7 @@ shadowJar {
relocate 'okio', 'me.lucko.spark.lib.okio'
relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3'
relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure'
+ relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination'
relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz'
relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf'
relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm'