mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-29 12:37:40 +01:00
Fixed missing softdepends, relocated javax.inject
Affects issues: - Fixed #1308
This commit is contained in:
parent
5329db8b30
commit
380c98e8e6
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user