Bump gradle from 5.5 to 5.5.1

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-07-11 02:58:41 +05:30
parent 54d2c04cc1
commit 7ffae0adcf
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ tasks {
}
named<Wrapper>("wrapper") {
gradleVersion = "5.5"
gradleVersion = "5.5.1"
distributionType = Wrapper.DistributionType.ALL
}
}

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists