9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-22 16:39:25 +00:00

Updated to use new eco version

This commit is contained in:
Auxilor
2021-01-17 16:00:15 +00:00
parent 3915c17773
commit ec2fce2fd2
14 changed files with 153 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ plugins {
dependencies {
implementation project(":eco-core").getSubprojects()
implementation 'com.willfp:eco:1.0.6'
}
allprojects {
@@ -48,6 +47,8 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:3.0.0'
compileOnly 'org.jetbrains:annotations:19.0.0'
compileOnly 'org.projectlombok:lombok:1.18.16'
@@ -81,9 +82,6 @@ clean.doLast {
}
shadowJar {
relocate('org.apache.maven', 'com.willfp.illusioner.eco.shaded.maven')
relocate('org.bstats', 'com.willfp.illusioner.eco.shaded.bstats')
relocate('com.willfp.eco.', 'com.willfp.illusioner.eco.')
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
}