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

Gradle update

parent d29791ee
No related branches found
No related tags found
No related merge requests found
build.commands=org.eclipse.jdt.core.javabuilder build.commands=org.eclipse.jdt.core.javabuilder
connection.arguments= connection.arguments=
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.gradle.user.home=null
connection.java.home=null connection.java.home=null
connection.jvm.arguments= connection.jvm.arguments=
connection.project.dir= connection.project.dir=
containers=org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/
derived.resources=.gradle,build derived.resources=.gradle,build
eclipse.preferences.version=1 eclipse.preferences.version=1
natures=org.eclipse.jdt.core.javanature natures=org.eclipse.jdt.core.javanature
......
...@@ -39,5 +39,5 @@ task zip(type: Zip) { ...@@ -39,5 +39,5 @@ task zip(type: Zip) {
build.finalizedBy(zip) build.finalizedBy(zip)
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.14.1' gradleVersion = '3.0'
} }
\ No newline at end of file
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ 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-2.14.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-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