mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
rootProject.name = "worldedit"
|
|
|
|
include("worldedit-libs")
|
|
|
|
listOf("1.17.1", "1.18.2", "1.19.4", "1.20").forEach {
|
|
include("worldedit-bukkit:adapters:adapter-$it")
|
|
}
|
|
|
|
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")
|
|
|
|
include("verification")
|