From 74dad10fd88a09a81b1b1577cf6f11a2daf2fc15 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Sat, 23 Nov 2013 12:18:02 +0100 Subject: [PATCH] update gradle dependency --- README.md | 5 ++++- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a402e9..7965fce 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ because gradle is using "Build by convention". No further configuration is needed. Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio. -Note for Visual Studio 2013: Use Gradle at least night build 1.10-20131122 +Note for Visual Studio 2013: Use Gradle at least night build 1.10-20131122230018 How to run: @@ -96,6 +96,9 @@ Gradle projects are sometimes provided with wrapper which downloads all necessar It's sufficient to start wrapper and then you can work with local instance of Gradle. This is useful when you want to fix version of Gradle or simplify bootstrap process. +Configuration file in gradle/hello-with-wrapper/gradle contains reference to Gradle with VS 2013 +support. + How to run: cd gradle/hello-with-wrapper diff --git a/gradle/hello-with-wrapper/gradle/wrapper/gradle-wrapper.properties b/gradle/hello-with-wrapper/gradle/wrapper/gradle-wrapper.properties index 471dbcd..2b56de8 100644 --- a/gradle/hello-with-wrapper/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/hello-with-wrapper/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.10-20131121230026+0000-bin.zip +distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.10-20131122230018+0000-bin.zip