Browse Source

build: bump gradle wrapper version in task configuration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
fc1f2132fe
No known key found for this signature in database GPG Key ID: 366D7BBAD1031E80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -50,7 +50,7 @@ task clean(type: Delete) {

tasks {
wrapper {
gradleVersion = "6.2.2"
gradleVersion = "6.3"
distributionType = Wrapper.DistributionType.ALL
}
}


Loading…
Cancel
Save