mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 14:30:32 +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
|
||||
./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
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user