Skip to content

Commit a90e179

Browse files
Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280)
chore/fix: relocate net.kyori.option
1 parent a6ae287 commit a90e179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bukkit/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ tasks.named<ShadowJar>("shadowJar") {
6767
exclude(dependency("org.checkerframework:"))
6868
}
6969

70+
relocate("net.kyori.option", "com.plotsquared.core.configuration.option")
7071
relocate("net.kyori.adventure", "com.plotsquared.core.configuration.adventure")
7172
relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination")
7273
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")

0 commit comments

Comments
 (0)