mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-01 14:07:54 +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@
|
version: @version@
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
softdepend:
|
softdepend:
|
||||||
|
- AAC
|
||||||
- ASkyBlock
|
- ASkyBlock
|
||||||
- AdvancedAchievements
|
- AdvancedAchievements
|
||||||
- AdvancedBan
|
- AdvancedBan
|
||||||
- BanManager
|
- BanManager
|
||||||
- CoreProtect
|
- CoreProtect
|
||||||
- DiscordSRV
|
- DiscordSRV
|
||||||
- EssentialsX
|
- DKBans
|
||||||
|
- Essentials
|
||||||
- Factions
|
- Factions
|
||||||
- GriefPrevention
|
- GriefPrevention
|
||||||
- GriefPreventionPlus
|
- GriefPreventionPlus
|
||||||
- Jobs
|
- Jobs
|
||||||
- Kingdoms
|
- Litebans
|
||||||
- LiteBans
|
|
||||||
- LuckPerms
|
- LuckPerms
|
||||||
- mcMMO
|
- mcMMO
|
||||||
- MinigamesLib
|
- MinigamesLib
|
||||||
- nuVotifier
|
- nuVotifier
|
||||||
|
- PlaceholderAPI
|
||||||
- ProtocolSupport
|
- ProtocolSupport
|
||||||
- RedProtect
|
- RedProtect
|
||||||
- SuperbVote
|
- SuperbVote
|
||||||
- Towny
|
- Towny
|
||||||
- Vault
|
- Vault
|
||||||
- ViaVersion
|
- ViaVersion
|
||||||
- PlaceholderAPI
|
|
||||||
- DKBans
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
plan:
|
plan:
|
||||||
|
@ -19,6 +19,7 @@ shadowJar {
|
|||||||
relocate 'dagger', 'plan.dagger'
|
relocate 'dagger', 'plan.dagger'
|
||||||
relocate 'com.mysql.jdbc', 'plan.com.mysql.jdbc'
|
relocate 'com.mysql.jdbc', 'plan.com.mysql.jdbc'
|
||||||
relocate 'com.mysql.cj', 'plan.com.mysql.cj'
|
relocate 'com.mysql.cj', 'plan.com.mysql.cj'
|
||||||
|
relocate 'javax.inject', 'plan.javax.inject'
|
||||||
|
|
||||||
destinationDir = file("$rootDir/builds/")
|
destinationDir = file("$rootDir/builds/")
|
||||||
baseName = "Plan"
|
baseName = "Plan"
|
||||||
|
Loading…
Reference in New Issue
Block a user