Updated to 1.8.0, using new eco system

This commit is contained in:
Auxilor
2021-01-17 11:10:56 +00:00
parent ab56b63744
commit 6e3ce80eec
3 changed files with 3 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ plugins {
dependencies {
implementation project(":eco-core").getSubprojects()
implementation 'com.willfp:eco:1.3.1'
}
allprojects {
@@ -48,7 +47,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:1.3.1'
compileOnly 'com.willfp:eco:2.0.0'
compileOnly 'org.jetbrains:annotations:19.0.0'
@@ -83,9 +82,6 @@ clean.doLast {
}
shadowJar {
relocate('org.apache.maven', 'com.willfp.talismans.eco.shaded.maven')
relocate('org.bstats', 'com.willfp.talismans.eco.shaded.bstats')
relocate('com.willfp.eco.util', 'com.willfp.talismans.eco.util') // Dot is to prevent plugin being shaded into itself
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
}

View File

@@ -6,6 +6,7 @@ authors: [ Auxilor ]
website: willfp.com
load: STARTUP
depend:
- eco
- ProtocolLib
softdepend:
- WorldGuard

View File

@@ -1,2 +1,2 @@
version = 1.7.0
version = 1.8.0
plugin-name = Talismans