Updated gradle files

This commit is contained in:
BuildTools 2020-11-17 13:19:48 +00:00
parent 14ace0c139
commit d8521706b5
3 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,8 @@ dependencies {
shadowJar { shadowJar {
relocate('org.bstats.bukkit', 'com.willfp.ecoenchants.shaded.bstats') relocate('org.bstats.bukkit', 'com.willfp.ecoenchants.shaded.bstats')
relocate('org.jetbrains.annotations', 'com.willfp.ecoenchants.shaded.annotations') relocate('org.jetbrains', 'com.willfp.ecoenchants.shaded.jetbrains')
relocate('org.intellij', 'com.willfp.ecoenchants.shaded.intellij')
relocate('org.apache.maven', 'com.willfp.ecoenchants.shaded.maven') { relocate('org.apache.maven', 'com.willfp.ecoenchants.shaded.maven') {
exclude 'org.codehaus.plexus.util' exclude 'org.codehaus.plexus.util'
} }

View File

@ -1,2 +1,2 @@
version = 5.1.0 version = 5.3.3
plugin-name = EcoEnchants plugin-name = EcoEnchants

View File

@ -3,6 +3,7 @@
*/ */
rootProject.name = 'parent' rootProject.name = 'parent'
rootProject.version = findProperty("version")
include('v1_15_R1') include('v1_15_R1')
include('plugin') include('plugin')
include('API') include('API')