Skip to content

Commit 36d93a8

Browse files
committed
gradle: bump wrapper to 7.3.3
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 1d7d306 commit 36d93a8

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
@@ -62,8 +62,8 @@ task clean(type: Delete) {
6262

6363
tasks {
6464
wrapper {
65-
gradleVersion = "7.2"
66-
distributionSha256Sum = "f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd"
65+
gradleVersion = "7.3.3"
66+
distributionSha256Sum = "b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302"
6767
}
6868
}
6969

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=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)