diff --git a/build.gradle b/build.gradle index 247f926..84e3d61 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 8461090..40530a2 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -6,6 +6,7 @@ authors: [ Auxilor ] website: willfp.com load: STARTUP depend: + - eco - ProtocolLib softdepend: - WorldGuard diff --git a/gradle.properties b/gradle.properties index 9d51036..5eda3e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 1.7.0 +version = 1.8.0 plugin-name = Talismans \ No newline at end of file