mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-13 01:11:25 +01:00
Bump Dependencies
This commit is contained in:
parent
5f6b5fe7c1
commit
7ad584f529
@ -15,14 +15,12 @@ brigadier = "1.3.10"
|
|||||||
runPaper = "2.3.0"
|
runPaper = "2.3.0"
|
||||||
minotaur = "2.8.7"
|
minotaur = "2.8.7"
|
||||||
hangar = "0.1.2"
|
hangar = "0.1.2"
|
||||||
shadow = "8.3.0"
|
shadow = "9.0.0-beta4"
|
||||||
|
|
||||||
# Bukkit Plugins
|
# Bukkit Plugins
|
||||||
itemsadder = "3.6.3-beta-14"
|
itemsadder = "3.6.3-beta-14"
|
||||||
decentholograms = "2.8.8"
|
|
||||||
headdatabaseapi = "1.3.1"
|
headdatabaseapi = "1.3.1"
|
||||||
placeholderapi = "2.11.6"
|
placeholderapi = "2.11.6"
|
||||||
fancyholograms = "2.3.3"
|
|
||||||
oraxen = "1.171.0"
|
oraxen = "1.171.0"
|
||||||
vault = "1.7.1"
|
vault = "1.7.1"
|
||||||
|
|
||||||
@ -52,10 +50,8 @@ kyori-text = { module = "net.kyori:adventure-text-minimessage", version.ref = "a
|
|||||||
kyori-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
|
kyori-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
|
||||||
|
|
||||||
# Bukkit Plugins API
|
# Bukkit Plugins API
|
||||||
decent-holograms = { module = "com.github.decentsoftware-eu:decentholograms", version.ref = "decentholograms" }
|
|
||||||
headdatabaseapi = { module = "com.arcaniax:HeadDatabase-API", version.ref = "headdatabaseapi" }
|
headdatabaseapi = { module = "com.arcaniax:HeadDatabase-API", version.ref = "headdatabaseapi" }
|
||||||
itemsadder = { module = "com.github.LoneDev6:api-itemsadder", version.ref = "itemsadder" }
|
itemsadder = { module = "com.github.LoneDev6:api-itemsadder", version.ref = "itemsadder" }
|
||||||
fancy-holograms = { module = "de.oliver:FancyHolograms", version.ref = "fancyholograms" }
|
|
||||||
placeholderapi = { module = "me.clip:placeholderapi", version.ref = "placeholderapi" }
|
placeholderapi = { module = "me.clip:placeholderapi", version.ref = "placeholderapi" }
|
||||||
vault = { module = "com.github.MilkBowl:VaultAPI", version.ref = "vault" }
|
vault = { module = "com.github.MilkBowl:VaultAPI", version.ref = "vault" }
|
||||||
oraxen = { module = "io.th0rgal:oraxen", version.ref = "oraxen" }
|
oraxen = { module = "io.th0rgal:oraxen", version.ref = "oraxen" }
|
||||||
@ -72,7 +68,7 @@ jalu = { module = "ch.jalu:configme", version.ref = "jalu" }
|
|||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
# Soft Depends
|
# Soft Depends
|
||||||
dependencies = ["decent-holograms", "fancy-holograms", "cmi-lib", "cmi-api"]
|
dependencies = ["cmi-lib", "cmi-api"]
|
||||||
|
|
||||||
# Shared with the git submodules
|
# Shared with the git submodules
|
||||||
shared = ["headdatabaseapi", "placeholderapi", "oraxen", "vault"]
|
shared = ["headdatabaseapi", "placeholderapi", "oraxen", "vault"]
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user