From d8521706b59239931743b96a75b91e14eb48a785 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 17 Nov 2020 13:19:48 +0000 Subject: [PATCH] Updated gradle files --- Plugin/build.gradle | 3 ++- gradle.properties | 2 +- settings.gradle | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Plugin/build.gradle b/Plugin/build.gradle index 851d5500..8adb9dcd 100644 --- a/Plugin/build.gradle +++ b/Plugin/build.gradle @@ -41,7 +41,8 @@ dependencies { shadowJar { 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') { exclude 'org.codehaus.plexus.util' } diff --git a/gradle.properties b/gradle.properties index 84254089..69e832fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.1.0 +version = 5.3.3 plugin-name = EcoEnchants \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 43504c68..a9417368 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,6 +3,7 @@ */ rootProject.name = 'parent' +rootProject.version = findProperty("version") include('v1_15_R1') include('plugin') include('API')