diff options
author | Luck <git@lucko.me> | 2024-07-30 20:37:35 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2024-07-30 20:37:35 +0100 |
commit | ac0ac9339721f93b8f5ba1a94b9f1a44c24f94dc (patch) | |
tree | cfe5c51c008aeb40d3629cb3582292b7688a0bdf /spark-bukkit | |
parent | dcf16e3d7df026a7e97fb7f2dcabf6160dcc9a2b (diff) | |
download | spark-ac0ac9339721f93b8f5ba1a94b9f1a44c24f94dc.tar.gz spark-ac0ac9339721f93b8f5ba1a94b9f1a44c24f94dc.tar.bz2 spark-ac0ac9339721f93b8f5ba1a94b9f1a44c24f94dc.zip |
Relocate net.kyori.option package (#432)
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' |