From d2e0d5b32bce85408f6772129b623913ed1ed67a Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 21 Sep 2024 11:46:17 -0500 Subject: [PATCH] relocate org.slf4j to partially fix old XaeroPlus --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 4328a16c5..4cd27f80e 100644 --- a/build.gradle +++ b/build.gradle @@ -291,6 +291,9 @@ subprojects { p -> // Compression (LZ4) relocate "net.jpountz", "${librariesLocation}.jpountz" + // Logging + relocate "org.slf4j", "${librariesLocation}.slf4j" + // Sqlite Database //At the moment, there is a bug in this library which doesnt allow it to be relocated // relocate "org.sqlite", "${librariesLocation}.sqlite"