update definition of C++ gradle projects

This commit is contained in:
Juraj Michalek
2014-11-04 20:02:59 +01:00
parent 25304c80bc
commit 89ff0321cb
18 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
.DS_Store
.gradle
**/build/
build/

View File

@@ -144,8 +144,6 @@ 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-20131122230018
How to run:
cd gradle-cpp-plugin/01-hello-muni
@@ -173,7 +171,6 @@ How to run:
### 03-hello-muni-with-debug ###
Current implementation of C++ support in Gradle is in early stage, but it's very promising.
This example shows how to update build script to add debug flags for compilers like GCC or VS.
How to run:

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-20131122230018+0000-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-bin.zip