Changed out the json library with something that we already have

This commit is contained in:
coolGi
2022-10-04 17:24:25 +10:30
parent a42153dc14
commit f593df5d1d
4 changed files with 6 additions and 18 deletions
+3 -6
View File
@@ -195,12 +195,9 @@ subprojects { p ->
shadowMe "org.tukaani:xz:1.9"
shadowMe "org.apache.commons:commons-compress:1.21"
// Toml & Json for config
shadowMe "com.electronwill.night-config:toml:${rootProject.toml_version}"
shadowMe("com.googlecode.json-simple:json-simple:${rootProject.json_version}") {
// Remove Junit test libraries
exclude group: "junit", module: "junit"
}
// NightConfig (includes Toml & Json)
shadowMe "com.electronwill.night-config:toml:${rootProject.nightconfig_version}"
shadowMe "com.electronwill.night-config:json:${rootProject.nightconfig_version}"
// Theming
shadowMe "com.formdev:flatlaf:${rootProject.flatlaf_version}"