We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffecbd commit b03fcd1Copy full SHA for b03fcd1
build.gradle
@@ -86,6 +86,6 @@ allprojects { Project prj ->
86
}
87
88
task upgradeGradle(type: Wrapper) {
89
- gradleVersion = '5.5.1'
+ gradleVersion = '5.6.3'
90
91
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments