Fixed missing softdepends, relocated javax.inject

Affects issues:
- Fixed #1308
This commit is contained in:
Rsl1122 2020-02-04 11:11:35 +02:00
parent 5329db8b30
commit 380c98e8e6
2 changed files with 6 additions and 5 deletions

View File

@ -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:

View File

@ -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"