Update java version
build / build (push) Failing after 40s

This commit is contained in:
2026-07-17 17:51:08 +02:00
parent 227f5b0c09
commit 082a48af52
+3 -3
View File
@@ -50,7 +50,7 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
it.options.release = 21
it.options.release = 25
}
java {
@@ -59,8 +59,8 @@ java {
// If you remove this line, sources will not be generated.
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_25
targetCompatibility = JavaVersion.VERSION_25
}
jar {