cleanup build script

This commit is contained in:
Jesse Boyd
2019-07-17 19:43:14 +10:00
parent 2da3367f3d
commit 08dead5a86
10 changed files with 142 additions and 134 deletions

View File

@@ -2,7 +2,7 @@ rootProject.name = 'FastAsyncWorldEdit'
include 'worldedit-libs'
['bukkit', 'core'].forEach {
['core', 'bukkit'].forEach {
include "worldedit-libs:$it"
include "worldedit-$it"
}