|
@@ -1,8 +1,8 @@
|
|
|
import java.util.stream.Collectors
|
|
|
|
|
|
plugins {
|
|
|
- id "architectury-plugin" version "3.1-SNAPSHOT"
|
|
|
- id "dev.architectury.loom" version "0.7.2-SNAPSHOT" apply false
|
|
|
+ id "architectury-plugin" version "3.2-SNAPSHOT"
|
|
|
+ id "dev.architectury.loom" version "0.8.0-SNAPSHOT" apply false
|
|
|
}
|
|
|
|
|
|
architectury {
|
|
@@ -61,10 +61,6 @@ allprojects {
|
|
|
|
|
|
tasks.withType(JavaCompile) {
|
|
|
options.encoding = "UTF-8"
|
|
|
-
|
|
|
- if (JavaVersion.current().isJava9Compatible()) {
|
|
|
- options.release = 8
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
java {
|