Disabled relocation for sqlite (relocation bug on their end)
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user