Disabled SVG from being included in the jar

This commit is contained in:
coolGi
2023-08-27 01:02:05 +09:30
parent fae58503a8
commit 34bb512f03
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -193,5 +193,5 @@ https://github.com/lz4/lz4-java
NightConfig for Json & Toml (config handling)\ NightConfig for Json & Toml (config handling)\
https://github.com/TheElectronWill/night-config https://github.com/TheElectronWill/night-config
SVG Salamander for SVG support\ SVG Salamander for SVG support (not being used atm)\
https://github.com/blackears/svgSalamander https://github.com/blackears/svgSalamander
+4 -4
View File
@@ -223,8 +223,8 @@ subprojects { p ->
forgeShadowMe("com.electronwill.night-config:toml:${rootProject.nightconfig_version}") forgeShadowMe("com.electronwill.night-config:toml:${rootProject.nightconfig_version}")
forgeShadowMe("com.electronwill.night-config:json:${rootProject.nightconfig_version}") forgeShadowMe("com.electronwill.night-config:json:${rootProject.nightconfig_version}")
// SVG // SVG (not needed atm)
forgeShadowMe("com.formdev:svgSalamander:${rootProject.svgSalamander_version}") // forgeShadowMe("com.formdev:svgSalamander:${rootProject.svgSalamander_version}")
// Netty // Netty
// Breaks 1.16.5 // Breaks 1.16.5
@@ -304,8 +304,8 @@ subprojects { p ->
// NightConfig (includes Toml & Json) // NightConfig (includes Toml & Json)
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig" relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"
// SVG // SVG (not needed atm)
relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg" // relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg"
// Netty // Netty
relocate "io.netty", "${librariesLocation}.netty" relocate "io.netty", "${librariesLocation}.netty"