mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
rootProject.name = "worldedit"
|
||
|
|
||
|
include("worldedit-libs")
|
||
|
|
||
|
listOf("bukkit", "core", "forge", "sponge", "fabric").forEach {
|
||
|
include("worldedit-libs:$it")
|
||
|
include("worldedit-$it")
|
||
|
}
|
||
|
include("worldedit-libs:core:ap")
|
||
|
|
||
|
include("worldedit-core:doctools")
|