This commit is contained in:
Jesse Boyd 2019-06-29 00:02:03 +10:00
commit 7b9a03a9ec
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -144,6 +144,7 @@ configure(['worldedit-core', 'worldedit-bukkit', 'favs'].collect { project("$it"
include(project(":worldedit-libs:${project.name.replace("worldedit-", "")}"))
include(project(":worldedit-core"))
include(dependency('com.github.luben:zstd-jni:1.1.1'))
include(dependency('co.aikar:fastutil-lite:1.0'))
}
exclude 'GradleStart**'
exclude '.cache'