Update gradle
build / build (push) Failing after 37s

This commit is contained in:
2026-07-17 20:05:21 +02:00
parent f07a28fc76
commit cdbccafb4f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -50,7 +50,7 @@ processResources {
} }
tasks.withType(JavaCompile).configureEach { tasks.withType(JavaCompile).configureEach {
it.options.release = 25 it.options.release = 21
} }
java { java {
@@ -59,8 +59,8 @@ java {
// If you remove this line, sources will not be generated. // If you remove this line, sources will not be generated.
withSourcesJar() withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_25 sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_25 targetCompatibility = JavaVersion.VERSION_21
} }
jar { jar {
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME