Further minor cleanup from Gradle 5 change

This commit is contained in:
Kenzie Togami
2019-07-10 11:07:00 -07:00
parent 4874c314d0
commit 59c2a15cda
5 changed files with 21 additions and 39 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
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")