Bring back cli

Fixes #566
This commit is contained in:
NotMyFault
2021-03-26 14:24:26 +01:00
parent c689b4e5d2
commit 2ffb7316a4
13 changed files with 102 additions and 49 deletions

View File

@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
include("worldedit-libs")
listOf("bukkit", "core").forEach {
listOf("bukkit", "core", "cli").forEach {
include("worldedit-libs:$it")
include("worldedit-$it")
}