Port to 1.19.2

This commit is contained in:
laura_ig
2025-08-16 07:17:19 +02:00
parent dd8cf78b93
commit 1465403036
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ processResources {
}
}
def targetJavaVersion = 21
def targetJavaVersion = 17
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
if (targetJavaVersion >= 10 || JavaVersion.current().isJava10Compatible()) {