Move some classes to their expected location (#3004)

This commit is contained in:
Hannes Greule
2024-11-24 10:52:43 +01:00
committed by GitHub
parent c4267b3746
commit 9d42b5db70
6 changed files with 6 additions and 10 deletions

View File

@ -203,6 +203,7 @@ tasks.withType<ShadowJar>().configureEach {
relocate("it.unimi.dsi.fastutil", "com.sk89q.worldedit.bukkit.fastutil") {
include(dependency("it.unimi.dsi:fastutil"))
}
relocate("net.royawesome.jlibnoise", "com.sk89q.worldedit.jlibnoise")
relocate("org.incendo.serverlib", "com.fastasyncworldedit.serverlib") {
include(dependency("dev.notmyfault.serverlib:ServerLib:2.3.6"))
}