From a08122d674cc25b325edbddaec253dd473b593b5 Mon Sep 17 00:00:00 2001 From: Pierre Maurice Schwang Date: Mon, 25 Dec 2023 17:39:41 +0100 Subject: [PATCH] chore/fix: relocate net.kyori.option --- Bukkit/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/Bukkit/build.gradle.kts b/Bukkit/build.gradle.kts index 1ace568f16..19e48b218e 100644 --- a/Bukkit/build.gradle.kts +++ b/Bukkit/build.gradle.kts @@ -67,6 +67,7 @@ tasks.named("shadowJar") { exclude(dependency("org.checkerframework:")) } + relocate("net.kyori.option", "com.plotsquared.core.configuration.option") relocate("net.kyori.adventure", "com.plotsquared.core.configuration.adventure") relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination") relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")