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 JRE version 8 or higher to be installed as a prerequisite.

The current latest version of Gradle can be downloaded from here.

To install Gradle on Linux or Windows, follow the user guide.

For installation on Mac via command line, you can use the below brew command:

Get hands-on with 1200+ tech skills courses.