From fadc2e7ab4e78e596d70cf1b2a997b2cb46c9e7c Mon Sep 17 00:00:00 2001 From: coolGi Date: Wed, 11 Oct 2023 01:19:31 +1030 Subject: [PATCH] Disabled relocation for sqlite (relocation bug on their end) --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b8aac170a..e57e72841 100644 --- a/build.gradle +++ b/build.gradle @@ -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"