Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
10 Zeilen
202 B
Plaintext
10 Zeilen
202 B
Plaintext
|
rootProject.name = "FastAsyncWorldEdit"
|
||
|
|
||
|
include("worldedit-libs")
|
||
|
|
||
|
listOf("bukkit", "core").forEach {
|
||
|
include("worldedit-libs:$it")
|
||
|
include("worldedit-$it")
|
||
|
}
|
||
|
include("worldedit-libs:core:ap")
|