Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280)

chore/fix: relocate net.kyori.option
This commit is contained in:
Pierre Maurice Schwang 2023-12-25 18:32:29 +01:00 committed by GitHub
parent a6ae287908
commit a90e179338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ tasks.named<ShadowJar>("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")