From 380c98e8e66bf10db0d13be350932b38f623f2dd Mon Sep 17 00:00:00 2001 From: Rsl1122 <24460436+Rsl1122@users.noreply.github.com> Date: Tue, 4 Feb 2020 11:11:35 +0200 Subject: [PATCH] Fixed missing softdepends, relocated javax.inject Affects issues: - Fixed #1308 --- Plan/common/src/main/resources/plugin.yml | 10 +++++----- Plan/plugin/build.gradle | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Plan/common/src/main/resources/plugin.yml b/Plan/common/src/main/resources/plugin.yml index d3729ef45..1930bb127 100644 --- a/Plan/common/src/main/resources/plugin.yml +++ b/Plan/common/src/main/resources/plugin.yml @@ -4,31 +4,31 @@ main: com.djrapitops.plan.Plan version: @version@ api-version: 1.13 softdepend: + - AAC - ASkyBlock - AdvancedAchievements - AdvancedBan - BanManager - CoreProtect - DiscordSRV - - EssentialsX + - DKBans + - Essentials - Factions - GriefPrevention - GriefPreventionPlus - Jobs - - Kingdoms - - LiteBans + - Litebans - LuckPerms - mcMMO - MinigamesLib - nuVotifier + - PlaceholderAPI - ProtocolSupport - RedProtect - SuperbVote - Towny - Vault - ViaVersion - - PlaceholderAPI - - DKBans commands: plan: diff --git a/Plan/plugin/build.gradle b/Plan/plugin/build.gradle index da30a6986..73a398a54 100644 --- a/Plan/plugin/build.gradle +++ b/Plan/plugin/build.gradle @@ -19,6 +19,7 @@ shadowJar { relocate 'dagger', 'plan.dagger' relocate 'com.mysql.jdbc', 'plan.com.mysql.jdbc' relocate 'com.mysql.cj', 'plan.com.mysql.cj' + relocate 'javax.inject', 'plan.javax.inject' destinationDir = file("$rootDir/builds/") baseName = "Plan"