Fix Fawe for non Paper users

This commit is contained in:
NotMyFault 2019-06-28 14:39:09 +02:00 committed by GitHub
parent ccfe274ff5
commit 34ed33bcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'