Fixed up the lz4 compression location in jar

This commit is contained in:
coolGi
2023-05-21 20:00:59 +09:30
parent db73aaeabb
commit a1ede75450
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ subprojects { p ->
relocate "org.lwjgl.system.jawt", "${librariesLocation}.lwjgl.system.jawt"
// Compression
relocate "org.tukaani", "${librariesLocation}.tukaani"
relocate "net.jpountz", "${librariesLocation}.jpountz"
// NightConfig (includes Toml & Json)
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"