update game version to 1.20.6

This commit is contained in:
2024-05-02 15:25:05 +08:00
parent 51fcb9435c
commit 5eb0e7a5ab
3 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
plugins {
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
id 'fabric-loom' version '1.6-SNAPSHOT'
}
version = project.mod_version
@@ -31,7 +30,7 @@ processResources {
}
}
def targetJavaVersion = 17
def targetJavaVersion = 21
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
if (targetJavaVersion >= 10 || JavaVersion.current().isJava10Compatible()) {