9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

Revert "Revert "chore: update adventure dependencies""

This reverts commit 9925b39721.
This commit is contained in:
Logan
2025-08-17 10:00:44 -05:00
parent 68396ac619
commit b859f27a38

View File

@@ -108,10 +108,10 @@ allprojects {
testAnnotationProcessor("org.projectlombok:lombok:1.18.36")
// Spigot Auto Loader Libraries
compileOnly("net.kyori:adventure-api:4.23.0")
compileOnly("net.kyori:adventure-text-minimessage:4.23.0")
compileOnly("net.kyori:adventure-text-serializer-gson:4.23.0")
compileOnly("net.kyori:adventure-platform-bukkit:4.4.0")
compileOnly("net.kyori:adventure-api:4.24.0")
compileOnly("net.kyori:adventure-text-minimessage:4.24.0")
compileOnly("net.kyori:adventure-text-serializer-gson:4.24.0")
compileOnly("net.kyori:adventure-platform-bukkit:4.4.1")
compileOnly("org.apache.commons:commons-lang3:3.17.0")
// Shaded Dependencies
@@ -222,10 +222,10 @@ bukkit {
)
libraries = listOf(
"net.kyori:adventure-api:4.23.0",
"net.kyori:adventure-text-minimessage:4.23.0",
"net.kyori:adventure-text-serializer-gson:4.23.0",
"net.kyori:adventure-platform-bukkit:4.4.0",
"net.kyori:adventure-api:4.24.0",
"net.kyori:adventure-text-minimessage:4.24.0",
"net.kyori:adventure-text-serializer-gson:4.24.0",
"net.kyori:adventure-platform-bukkit:4.4.1",
"org.apache.commons:commons-lang3:3.17.0"
//"org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT" // Readd when 4.2.0 releases
)