Disabled relocation for sqlite (relocation bug on their end)

This commit is contained in:
coolGi
2023-10-11 01:19:31 +10:30
parent 8fc6d4a1de
commit fadc2e7ab4
+2 -1
View File
@@ -305,7 +305,8 @@ subprojects { p ->
relocate "net.jpountz", "${librariesLocation}.jpountz"
// Sqlite Database
relocate "org.sqlite", "${librariesLocation}.sqlite"
//At the moment, there is a bug in this library which doesnt allow it to be relocated
// relocate "org.sqlite", "${librariesLocation}.sqlite"
// NightConfig (includes Toml & Json)
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"