Removed flatlaf
This commit is contained in:
@@ -195,6 +195,3 @@ https://github.com/TheElectronWill/night-config
|
||||
|
||||
SVG Salamander for SVG support\
|
||||
https://github.com/blackears/svgSalamander
|
||||
|
||||
FlatLaf for Java Swing theming (for development testing, may remove later, and not included in compiled jars)\
|
||||
https://www.formdev.com/flatlaf/
|
||||
|
||||
@@ -223,12 +223,8 @@ subprojects { p ->
|
||||
forgeShadowMe("com.electronwill.night-config:toml:${rootProject.nightconfig_version}")
|
||||
forgeShadowMe("com.electronwill.night-config:json:${rootProject.nightconfig_version}")
|
||||
|
||||
// Theming
|
||||
forgeShadowMe("com.formdev:flatlaf:${rootProject.flatlaf_version}")
|
||||
|
||||
// SVG
|
||||
forgeShadowMe("com.formdev:svgSalamander:${rootProject.svgSalamander_version}")
|
||||
forgeShadowMe("com.formdev:flatlaf-extras:${rootProject.flatlaf_version}")
|
||||
|
||||
// Netty
|
||||
// Breaks 1.16.5
|
||||
@@ -308,9 +304,6 @@ subprojects { p ->
|
||||
// NightConfig (includes Toml & Json)
|
||||
relocate "com.electronwill.nightconfig", "${librariesLocation}.electronwill.nightconfig"
|
||||
|
||||
// Theming
|
||||
relocate "com.formdev.flatlaf", "${librariesLocation}.formdev.flatlaf"
|
||||
|
||||
// SVG
|
||||
relocate "com.kitfox.svg", "${librariesLocation}.kitfox.svg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user