commit a46eb5ab9437b211c074c705ec929857e9756c96 parent 27ce2ed40c51df868b4fdad16ce1427bf5aeb1df Author: gstraube <gstraube@mailbox.org> Date: Sun, 10 Mar 2019 11:11:01 +0100 Switch to latest stable Gradle version Diffstat:
| M | gradle/wrapper/gradle-wrapper.properties | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sun Mar 10 11:05:29 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.2-rc-1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip