Moved version for lz4 to gradle.properties
This commit is contained in:
+3
-3
@@ -184,7 +184,7 @@ subprojects { p ->
|
||||
implementation("junit:junit:4.13")
|
||||
|
||||
// Compression
|
||||
shadowMe("org.lz4:lz4-java:1.8.0")
|
||||
shadowMe("org.lz4:lz4-java:${rootProject.lz4_version}")
|
||||
|
||||
// NightConfig (includes Toml & Json)
|
||||
shadowMe("com.electronwill.night-config:toml:${rootProject.nightconfig_version}")
|
||||
@@ -266,14 +266,14 @@ subprojects { p ->
|
||||
// Only ever shadow the dependencies we use otherwise some stuff would break when running on an external client
|
||||
relocate "org.lwjgl.system.jawt", "${librariesLocation}.lwjgl.system.jawt"
|
||||
|
||||
// Compression
|
||||
// Compression (LZ4)
|
||||
relocate "net.jpountz", "${librariesLocation}.jpountz"
|
||||
|
||||
// NightConfig (includes Toml & Json)
|
||||
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"
|
||||
|
||||
// Theming
|
||||
relocate 'com.formdev.flatlaf', 'distanthorizons.libraries.formdev.flatlaf'
|
||||
relocate "com.formdev.flatlaf", "${librariesLocation}.formdev.flatlaf"
|
||||
|
||||
// SVG
|
||||
relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg"
|
||||
|
||||
@@ -19,6 +19,7 @@ mod_discord=https://discord.gg/xAB8G4cENx
|
||||
# Global Plugin Versions
|
||||
manifold_version=2023.1.0
|
||||
toml_version=3.6.4
|
||||
lz4_version=1.8.0
|
||||
nightconfig_version=3.6.6
|
||||
flatlaf_version=3.0
|
||||
svgSalamander_version=1.1.3
|
||||
|
||||
Reference in New Issue
Block a user