We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ae287 commit a90e179Copy full SHA for a90e179
Bukkit/build.gradle.kts
@@ -67,6 +67,7 @@ tasks.named<ShadowJar>("shadowJar") {
67
exclude(dependency("org.checkerframework:"))
68
}
69
70
+ relocate("net.kyori.option", "com.plotsquared.core.configuration.option")
71
relocate("net.kyori.adventure", "com.plotsquared.core.configuration.adventure")
72
relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination")
73
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")
0 commit comments