Skip to content

Commit a2c66f4

Browse files
Update Gradle Wrapper to 8.2.1 (#98)
Update Gradle Wrapper to 8.2.1. Read the release notes: https://docs.gradle.org/8.2.1/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release: `8.2.1` - Distribution (-bin) zip checksum: `03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1` - Wrapper JAR Checksum: `a8451eeda314d0568b5340498b36edf147a8f0d692c5ff58082d477abe9146e4` You can find the reference checksum values at https://gradle.org/release-checksums/ --- 🤖 This PR has been created by the [Update Gradle Wrapper](https://github.com/gradle-update/update-gradle-wrapper-action) action. <details> <summary>Need help? 🤔</summary> <br /> If something doesn't look right with this PR please file an issue [here](https://github.com/gradle-update/update-gradle-wrapper-action/issues). </details> --------- Signed-off-by: gradle-update-robot <[email protected]> Co-authored-by: gradle-update-robot <[email protected]>
1 parent dabe928 commit a2c66f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/example-project/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=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

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=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)