Getting some stuff ready for architectury 11

This commit is contained in:
coolGi
2022-05-10 17:52:30 +09:30
parent 354a3c6133
commit 71860612af
7 changed files with 18 additions and 10 deletions
+3 -2
View File
@@ -18,6 +18,7 @@ buildscript {
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.10.0-SNAPSHOT" apply false
// id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false // TODO: Move to this as it adds alot of stuff that are useful
}
/**
@@ -145,7 +146,7 @@ subprojects { p ->
implementation("com.googlecode.json-simple:json-simple:${rootProject.json_version}")
// Theming
implementation("com.formdev:flatlaf:1.6.1")
implementation("com.formdev:flatlaf:2.2")
if (p == project(":fabric") || p == project(":forge")) {
@@ -158,7 +159,7 @@ subprojects { p ->
shadowMe("com.electronwill.night-config:toml:${rootProject.toml_version}") {}
shadowMe("com.googlecode.json-simple:json-simple:${rootProject.json_version}") {}
// Theming
shadowMe("com.formdev:flatlaf:1.6.1")
shadowMe("com.formdev:flatlaf:2.2")
}
if (p != project(":forge")) {