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