9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 18:39:23 +00:00

Downgrade guava to fix incompatibility with eco plugins

This commit is contained in:
Dreeam
2025-11-16 09:41:40 -05:00
parent e11accb01b
commit 07204f7d98

View File

@@ -18,13 +18,14 @@
val apiAndDocs: Configuration by configurations.creating {
attributes {
@@ -41,16 +_,24 @@
@@ -41,16 +_,25 @@
dependencies {
// api dependencies are listed transitively to API consumers
- api("com.google.guava:guava:33.3.1-jre")
+ // Leaf start - Bump Dependencies
+ api("com.google.guava:guava:33.5.0-jre")
+ // TODO: Waiting Paper, breaks with Eco/EcoEnchant since 33.5.0
+ api("com.google.guava:guava:33.4.0-jre")
+ // TODO: Waiting Paper, Gson has breaking change since 2.12.0
+ // TODO: See https://github.com/google/gson/commit/6c2e3db7d25ceceabe056aeb8b65477fdd509214
api("com.google.code.gson:gson:2.11.0")