Skip to content

Commit 261236c

Browse files
committed
gradle: bump wrapper to v6.8.1
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 4a7969e commit 261236c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ task clean(type: Delete) {
7979

8080
tasks {
8181
wrapper {
82-
gradleVersion = "6.7.1"
82+
gradleVersion = "6.8.1"
8383
distributionType = Wrapper.DistributionType.ALL
84-
distributionSha256Sum = "22449f5231796abd892c98b2a07c9ceebe4688d192cd2d6763f8e3bf8acbedeb"
84+
distributionSha256Sum = "3db89524a3981819ff28c3f979236c1274a726e146ced0c8a2020417f9bc0782"
8585
}
8686
}
8787

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=22449f5231796abd892c98b2a07c9ceebe4688d192cd2d6763f8e3bf8acbedeb
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
3+
distributionSha256Sum=3db89524a3981819ff28c3f979236c1274a726e146ced0c8a2020417f9bc0782
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)