/gradle-examples

Simple gradle didact examples

Primary LanguageGroovy

Indtroduction

Here are some gradle didact usage examples, the explain are on README.md

Running

Choose one of the examples to test, enter in the directory and execute gradle using the wrapper, e.g

$ cd gradle-10-parameters
$ ../gradlew printParameter

Credits