Skip to content

Commit

Permalink
upgrade to Gradle 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
franckrasolo committed Nov 20, 2024
1 parent 62f837b commit ab9b51d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
task:
matrix:
- name: Tests (JDK 21)
- name: Tests (JDK 21 LTS)
container:
image: gradle:8.10-jdk21-alpine
image: gradle:8.11.1-jdk-lts-and-current-alpine
gradle_cache:
folder: ~/.gradle/caches
check_script: gradle check --no-daemon --warning-mode=all
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ plugins {
}

tasks.wrapper {
gradleVersion = "8.10.2"
distributionSha256Sum = "2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6"
gradleVersion = "8.11.1"
distributionSha256Sum = "89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a"
distributionType = Wrapper.DistributionType.ALL
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionSha256Sum=89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ab9b51d

Please sign in to comment.