Skip to content

Commit

Permalink
Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280)
Browse files Browse the repository at this point in the history
chore/fix: relocate net.kyori.option
  • Loading branch information
PierreSchwang authored Dec 25, 2023
1 parent a6ae287 commit a90e179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a90e179

Please sign in to comment.