Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Upgrade to Gradle 6.3 and add checksum field for F-Droid (#180)
Browse files Browse the repository at this point in the history
* Upgrade to Gradle 6.3

Signed-off-by: Harsh Shandilya <[email protected]>

* gradle: add checksum field to generated properties

Signed-off-by: Harsh Shandilya <[email protected]>

* gradle: update checksum field to distribution SHA256

Accidentally used the checksum for the gradle-wrapper.jar file instead

Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis authored Apr 30, 2020
1 parent d9d64ed commit 5722ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ allprojects {

tasks.wrapper {
distributionType = DistributionType.ALL
distributionSha256Sum = "0f316a67b971b7b571dac7215dcf2591a30994b3450e0629925ffcfe2c68cc5c"
}

task clean(type: Delete) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
distributionSha256Sum=0f316a67b971b7b571dac7215dcf2591a30994b3450e0629925ffcfe2c68cc5c
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5722ec1

Please sign in to comment.