Creating Gradle Project

This lesson gives a brief introduction to Gradle. It is more like a guide to set a Gradle project on our system, depending on its requirements.

What is Gradle? #

Gradle is an open-source build management system that allows you to build any software. It caches dependencies locally and downloads them in parallel.

Install Gradle #

Gradle needs Java JDK or ...