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"