Re-add shading/relocation of fastutils and add a dumb class because minimise doesn't scan worldedit-adapters

This commit is contained in:
dordsor21
2021-07-24 14:12:59 +01:00
parent 46f2a202e6
commit 5e9535db41
2 changed files with 21 additions and 3 deletions

View File

@ -147,9 +147,9 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("io.papermc.lib", "com.sk89q.worldedit.bukkit.paperlib") {
include(dependency("io.papermc:paperlib"))
}
// relocate("it.unimi.dsi.fastutil", "com.sk89q.worldedit.bukkit.fastutil") {
// include(dependency("it.unimi.dsi:fastutil"))
// }
relocate("it.unimi.dsi.fastutil", "com.sk89q.worldedit.bukkit.fastutil") {
include(dependency("it.unimi.dsi:fastutil"))
}
relocate("org.incendo.serverlib", "com.fastasyncworldedit.serverlib") {
include(dependency("org.incendo.serverlib:ServerLib:2.2.1"))
}