mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-02-24 19:35:11 +01:00
add info about Gradle wrapper
This commit is contained in:
16
README.md
16
README.md
@@ -87,6 +87,22 @@ How to run:
|
|||||||
cd build/binaries/mainExecutable
|
cd build/binaries/mainExecutable
|
||||||
./hellomuni
|
./hellomuni
|
||||||
|
|
||||||
|
|
||||||
|
Gradle with wrapper
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
In gradle/hellomuni example you have to download and install Gradle manually.
|
||||||
|
Gradle projects are often sometimes with wrapper which downloads all necessary file with 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.
|
||||||
|
|
||||||
|
How to run:
|
||||||
|
|
||||||
|
cd gradle/hello-with-wrapper
|
||||||
|
./gradlew mainExecutable (or .\gradle.bat mainExecutable for PowerShell)
|
||||||
|
cd build/binaries/mainExecutable
|
||||||
|
./hello-with-wrapper
|
||||||
|
|
||||||
Minunit testing
|
Minunit testing
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user