build: uprev to Gradle 6.7 RC2

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-27 10:24:27 +05:30
parent d6b4f2c682
commit 8d4535d6bf
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 8 additions and 1 deletions

View file

@ -71,3 +71,10 @@ subprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
tasks {
wrapper {
gradleVersion = "6.7-rc-2"
distributionType = Wrapper.DistributionType.ALL
}
}