Disabled SVG from being included in the jar
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
+1
-1
Submodule coreSubProjects updated: 9e43076853...0979d75a5d
Reference in New Issue
Block a user