2019-08-19 18:00:37 +00:00
|
|
|
rootProject.name = "FastAsyncWorldEdit"
|
|
|
|
|
|
|
|
include("worldedit-libs")
|
|
|
|
|
2019-08-19 19:22:39 +00:00
|
|
|
listOf("bukkit", "core").forEach {
|
2019-08-19 18:00:37 +00:00
|
|
|
include("worldedit-libs:$it")
|
|
|
|
include("worldedit-$it")
|
|
|
|
}
|
|
|
|
include("worldedit-libs:core:ap")
|