Started work on 1.19 for main branch

This commit is contained in:
coolGi
2022-06-13 15:58:51 +09:30
parent d255e08204
commit 3838f06723
13 changed files with 106 additions and 34 deletions
+1 -10
View File
@@ -1,14 +1,5 @@
architectury {
common()
}
// TODO: Remove "afterEvaluate {}" once we update architectury to 11 or higher
afterEvaluate {
tasks {
remapJar {
remapAccessWidener.set(false)
}
}
common(rootProject.enabled_platforms.split(","))
}
dependencies {