mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-25 18:41:36 +01:00
update gradle dependency
This commit is contained in:
@@ -78,7 +78,7 @@ because gradle is using "Build by convention".
|
|||||||
No further configuration is needed.
|
No further configuration is needed.
|
||||||
Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio.
|
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:
|
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.
|
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.
|
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:
|
How to run:
|
||||||
|
|
||||||
cd gradle/hello-with-wrapper
|
cd gradle/hello-with-wrapper
|
||||||
|
|||||||
@@ -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=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
|
||||||
|
|||||||
Reference in New Issue
Block a user