April 2017
Beginner
504 pages
14h 11m
English
To install Gradle, you will have to download the compiled binaries from the https://gradle.org/gradle-download/ website.
Gradle is downloadable in the ZIP format. To unpack the file, you will have to use the unzip command:
$ unzip gradle-3.3-bin.zip
The created subdirectory is the usable binary distribution of Gradle. Usually, I move it under ~/bin, making it available only for my user on OS X. After that, you should add the bin directory of the installation ...
Read now
Unlock full access