1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-05 08:03:13 +00:00
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

@ -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'