Relocated the sqlite dependency in the jar
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user