diff options
Diffstat (limited to 'spark-nukkit/build.gradle')
-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 0d572e4..0db25e7 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -26,6 +26,7 @@ shadowJar { relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure' relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination' + relocate 'net.kyori.option', 'me.lucko.spark.lib.adventure.option' relocate 'net.bytebuddy', 'me.lucko.spark.lib.bytebuddy' relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf' relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm' |