From fae58503a84facfd9898aac07386952109399296 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 27 Aug 2023 00:59:36 +0930 Subject: [PATCH] Removed flatlaf --- Readme.md | 3 --- build.gradle | 7 ------- 2 files changed, 10 deletions(-) diff --git a/Readme.md b/Readme.md index 6875690be..ffc3317bf 100644 --- a/Readme.md +++ b/Readme.md @@ -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/ diff --git a/build.gradle b/build.gradle index f40fda823..1c0a778d9 100644 --- a/build.gradle +++ b/build.gradle @@ -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"