Remove FAVS and update Gradle

This commit is contained in:
MattBDev
2019-07-31 19:00:05 -04:00
parent c4c90c99a8
commit 0449b5d8ba
167 changed files with 1 additions and 19974 deletions

View File

@@ -100,7 +100,7 @@ subprojects {
}
}
configure(['worldedit-core', 'worldedit-bukkit', 'favs'].collect { project("$it") }) {
configure(['worldedit-core', 'worldedit-bukkit'].collect { project("$it") }) {
apply plugin: 'java'
apply plugin: 'maven'
// apply plugin: 'checkstyle'