Skip to content

Commit 000dcfa

Browse files
authored
chore: bump Gradle to version 9.3.1 and update SHA256 checksum (#10553)
2 parents 68b953e + 32ecef4 commit 000dcfa

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ tasks.register("buildCliTools") {
4949
tasks.named<Wrapper>("wrapper") {
5050
gradleVersion = libs.versions.gradle.get()
5151
distributionType = Wrapper.DistributionType.ALL
52+
distributionSha256Sum = libs.versions.gradleSha256.get()
5253
}
5354

5455
codeCoverage {

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ detektPluginCompose = "0.4.27"
6363
fastAdapter = "5.7.0"
6464
forkhandlesBom = "2.25.1.0"
6565
glide = "4.16.0"
66-
gradle = "9.2.1"
66+
gradle = "9.3.1"
67+
gradleSha256 = "17f277867f6914d61b1aa02efab1ba7bb439ad652ca485cd8ca6842fccec6e43"
6768
icu4j = "78.2"
6869
javaDiffUtils = "4.16"
6970
jcipAnnotations = "1.0"
@@ -82,7 +83,7 @@ koinBom = "4.1.1"
8283
konsist = "0.17.3"
8384
kotlinBom = "2.2.21"
8485
# Needs to match the version used by Gradle, just check with `./gradlew --version`
85-
kotlinGradleBom = "2.2.20"
86+
kotlinGradleBom = "2.2.21"
8687
kotlinKsp = "2.3.5"
8788
kotlinxCoroutines = "1.10.2"
8889
kotlinxCollectionsImmutable = "0.4.0"

gradle/wrapper/gradle-wrapper.jar

-542 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionSha256Sum=17f277867f6914d61b1aa02efab1ba7bb439ad652ca485cd8ca6842fccec6e43
34
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip
45
networkTimeout=10000
56
validateDistributionUrl=true

0 commit comments

Comments
 (0)