build: bump gradle wrapper version in task configuration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-27 14:09:37 +05:30
parent 09125e1e31
commit fc1f2132fe
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -50,7 +50,7 @@ task clean(type: Delete) {
tasks {
wrapper {
gradleVersion = "6.2.2"
gradleVersion = "6.3"
distributionType = Wrapper.DistributionType.ALL
}
}