Skip to content
Snippets Groups Projects
Commit b247a604 authored by Damon Kohler's avatar Damon Kohler Committed by Daniel Stonier
Browse files

Upgrades Gradle Wrapper to 1.8.

parent 045d4034
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.7' gradleVersion = '1.8'
} }
project.ext { project.ext {
......
No preview for this file type
#Mon Sep 16 09:48:40 KST 2013 #Fri Oct 18 14:47:55 CEST 2013
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=http\://services.gradle.org/distributions/gradle-1.7-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
...@@ -18,5 +18,5 @@ apply plugin: 'groovy' ...@@ -18,5 +18,5 @@ apply plugin: 'groovy'
dependencies { dependencies {
compile gradleApi() compile gradleApi()
groovy localGroovy() compile localGroovy()
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment