mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
10 lines
202 B
Plaintext
10 lines
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")
|