diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-02 14:27:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 14:27:59 +0530 |
commit | 5b7d8b4d6207290c3a6899b082e9c3817d345e68 (patch) | |
tree | 15e720b53fe4864c55b24578dd69ee5b2db8ca87 | |
parent | 1c9f7971ce006d349c4cf8c1dee441c4188d5d58 (diff) |
build: upgrade Gradle wrapper (#911)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index c7393224..7490782c 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ subprojects { } tasks.wrapper { - gradleVersion = "6.4" + gradleVersion = "6.5.1" distributionType = Wrapper.DistributionType.ALL - distributionSha256Sum = "d08f7e24d061910382c2fda9915e6ed42dd1480ae2e99211f92c70190cb697e0" + distributionSha256Sum = "143a28f54f1ae93ef4f72d862dbc3c438050d81bb45b4601eb7076e998362920" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d3ffac12..28b21a0c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=d08f7e24d061910382c2fda9915e6ed42dd1480ae2e99211f92c70190cb697e0 -distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip +distributionSha256Sum=143a28f54f1ae93ef4f72d862dbc3c438050d81bb45b4601eb7076e998362920 +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |