relocate org.slf4j to partially fix old XaeroPlus

This commit is contained in:
James Seibel
2024-09-21 11:46:17 -05:00
parent d4ba227a44
commit d2e0d5b32b
+3
View File
@@ -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"