Updated eco and cleaned up builds, should improve Magma Walker performance

This commit is contained in:
Auxilor
2021-01-12 14:56:19 +00:00
parent 60d1f1f2a2
commit 5fabc5ff91
3 changed files with 4 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ plugins {
dependencies {
implementation project(":eco-core").getSubprojects()
implementation 'com.willfp:eco:1.1.2'
implementation 'com.willfp:eco:1.1.3'
}
allprojects {
@@ -50,6 +50,8 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:1.1.3'
compileOnly 'org.jetbrains:annotations:19.0.0'
compileOnly 'org.projectlombok:lombok:1.18.16'

View File

@@ -1,8 +1,2 @@
group 'com.willfp'
version rootProject.version
subprojects {
dependencies {
compileOnly 'com.willfp:eco:1.1.2'
}
}
version rootProject.version

View File

@@ -5,7 +5,6 @@ subprojects {
dependencies {
compileOnly project(":eco-core:core-plugin")
compileOnly project(":eco-core:core-proxy")
compileOnly 'com.willfp:eco:1.1.2'
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
}