update gradle dependency

This commit is contained in:
Juraj Michalek
2013-11-23 12:18:02 +01:00
parent a1302fd70f
commit 74dad10fd8
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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