Skip to content

Commit ab9b51d

Browse files
committed
upgrade to Gradle 8.11.1
1 parent 62f837b commit ab9b51d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
task:
22
matrix:
3-
- name: Tests (JDK 21)
3+
- name: Tests (JDK 21 LTS)
44
container:
5-
image: gradle:8.10-jdk21-alpine
5+
image: gradle:8.11.1-jdk-lts-and-current-alpine
66
gradle_cache:
77
folder: ~/.gradle/caches
88
check_script: gradle check --no-daemon --warning-mode=all

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
}
1515

1616
tasks.wrapper {
17-
gradleVersion = "8.10.2"
18-
distributionSha256Sum = "2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6"
17+
gradleVersion = "8.11.1"
18+
distributionSha256Sum = "89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a"
1919
distributionType = Wrapper.DistributionType.ALL
2020
}
2121

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
3+
distributionSha256Sum=89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)