diff options
Diffstat (limited to 'spark-bukkit')
-rw-r--r-- | spark-bukkit/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index 58b6eba..c5ea325 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -33,6 +33,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' |