In this post we’ll look at Gradle, its installation and configuration, and how to automate stages of development and release of software through its base concept, the Gradle tasks. 1. What is Gradle ? Gradle is a build and automation tool, that can automate our building, testing, deploying tasks and many more. Gradle is the […]