mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
* Repair fabric POM * Fix-up a ton of publishing errors * Remove shadow jar from publishing * Remove shadow application from platform/core
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
rootProject.name = "worldedit"
|
|
|
|
include("worldedit-libs")
|
|
|
|
listOf("bukkit", "core", "sponge", "fabric", "forge", "cli").forEach {
|
|
include("worldedit-libs:$it")
|
|
include("worldedit-$it")
|
|
}
|
|
include("worldedit-mod")
|
|
include("worldedit-libs:core:ap")
|
|
|
|
include("worldedit-core:doctools")
|