mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Assume it's safe not to shade or relocate fastutils
This commit is contained in:
parent
8f55d3f9a4
commit
b599d86a1c
@ -160,9 +160,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"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user