ThisRocks! 1.6.1 - Update to 1.19

This commit is contained in:
Motschen
2022-06-18 12:36:01 +02:00
parent e6a2febe07
commit 2e5958af80
8 changed files with 36 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}
@@ -51,7 +51,7 @@ tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
// Minecraft 1.17 (21w19a) upwards uses Java 16.
it.options.release = 16
it.options.release = 17
}
java {