July 2015
Intermediate to advanced
284 pages
5h 41m
English
Apart from the command-line arguments and tools, Gradle provides a graphical user interface. It can be launched with the help of the following command-line option:
$ gradle --gui
It launches a graphical user interface (GUI), which can be used to execute Gradle tasks directly from the GUI.

Figure 1.1
It contains four tabs, which are explained as follows:
build.gradle file is present under this directory, task tree will list out all the tasks available in the build.gradle file. If the build.gradle file is not in this directory, ...Read now
Unlock full access