From 07204f7d98bb2d683c7a4da326ee03530b4c449b Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Sun, 16 Nov 2025 09:41:40 -0500 Subject: [PATCH] Downgrade guava to fix incompatibility with eco plugins --- leaf-api/build.gradle.kts.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/leaf-api/build.gradle.kts.patch b/leaf-api/build.gradle.kts.patch index 2d4f50e7..4f7007ff 100644 --- a/leaf-api/build.gradle.kts.patch +++ b/leaf-api/build.gradle.kts.patch @@ -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")