Updated to 1.8.0, using new eco system
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ authors: [ Auxilor ]
|
||||
website: willfp.com
|
||||
load: STARTUP
|
||||
depend:
|
||||
- eco
|
||||
- ProtocolLib
|
||||
softdepend:
|
||||
- WorldGuard
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 1.7.0
|
||||
version = 1.8.0
|
||||
plugin-name = Talismans
|
||||
Reference in New Issue
Block a user