Skip to content
Snippets Groups Projects
Commit d1216a95 authored by Zoey76's avatar Zoey76
Browse files

Gradle update to 3.5

parent c5f17211
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ task zip(type: Zip) { ...@@ -44,7 +44,7 @@ task zip(type: Zip) {
build.finalizedBy(zip) build.finalizedBy(zip)
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '3.4' gradleVersion = '3.5'
} }
eclipse { eclipse {
......
No preview for this file type
#Sun Mar 05 20:48:31 UYT 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment