On May 6, 2015, at 5:34 PM, Jacopo Cappellato
<[email protected]> wrote:
> At the top directory of your unpacked source, you need to run the command:
> gradle
> This sets up the Gradle wrapper and from then on you just need the `gradlew`
> command instead of `gradle`.
> ==========================
again from Groovy readme:
=====================
To build everything using Gradle:
gradlew clean dist
Note: The gradlew command automatically downloads the correct Gradle version if
needed, you do not need to download it first.
=====================
Jacopo