Relocated the sqlite dependency in the jar

This commit is contained in:
coolGi
2023-10-10 22:48:20 +10:30
parent 53a6b9fcd0
commit 1e9120c6d9
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -303,6 +303,9 @@ subprojects { p ->
// Compression (LZ4)
relocate "net.jpountz", "${librariesLocation}.jpountz"
// Sqlite Database
relocate "org.sqlite", "${librariesLocation}.sqlite"
// NightConfig (includes Toml & Json)
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"
+2 -3
View File
@@ -22,14 +22,13 @@ manifold_version=2023.1.28
toml_version=3.6.4
lz4_version=1.8.0
nightconfig_version=3.6.6
flatlaf_version=3.0
svgSalamander_version=1.1.3
sqlite_jdbc_version=3.43.0.0
#svgSalamander_version=1.1.3
log4j_version=2.20.0
netty_version=4.1.94.Final
lwjgl_version=3.2.3
joml_version=1.10.2
sqlite_jdbc_version=3.43.0.0
# These are here so they can be changed with cmd arguments