June 2014
Beginner to intermediate
304 pages
7h 25m
English
Throughout this book, we have used Apache Maven as our build tool, but there are other popular build tools also used widely in the Java community. One such build tool is Gradle. Instead of XML, Gradle uses a Groovy-based Domain Specific Language (DSL) as the base for the build script, which provides more flexibility when defining complex build scripts. Compared to Maven, Gradle takes less time for incremental builds. So, Gradle builds are very fast and effective for large projects.
In this appendix, we will see how to install and use Gradle as the build tool in our project.
Perform the following steps to install Gradle:
Read now
Unlock full access