gradle: uprev to Gradle 6.7

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-24 14:34:25 +05:30
parent a2e71ee52a
commit 2970cc5061
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ task clean(type: Delete) {
tasks {
wrapper {
gradleVersion = "6.7-rc-3"
gradleVersion = "6.7"
distributionType = Wrapper.DistributionType.ALL
}
}