3f2878d4ba
Remove checkstyle.xml Fix Platform
12 Zeilen
236 B
Plaintext
12 Zeilen
236 B
Plaintext
rootProject.name = "worldedit"
|
|
|
|
include("worldedit-libs")
|
|
|
|
listOf("bukkit", "core", "cli").forEach {
|
|
include("worldedit-libs:$it")
|
|
include("worldedit-$it")
|
|
}
|
|
include("worldedit-libs:core:ap")
|
|
|
|
include("worldedit-core:doctools")
|