mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-12 14:40:42 +08:00
Revert "Fix sponge."
This reverts commit 677ce55a92b7bd629d86bd161d6f35836a4e57d0.
This commit is contained in:
parent
677ce55a92
commit
027a6078f9
@ -73,6 +73,9 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
|
||||
relocate("org.antlr.v4", "com.sk89q.worldedit.antlr4")
|
||||
include(dependency("org.antlr:antlr4-runtime"))
|
||||
relocate("it.unimi.dsi.fastutil", "com.sk89q.worldedit.sponge.fastutil") {
|
||||
include(dependency("it.unimi.dsi:fastutil"))
|
||||
}
|
||||
}
|
||||
}
|
||||
tasks.named("assemble").configure {
|
||||
|
Loading…
x
Reference in New Issue
Block a user