Create a project on Eclipse using Gradle

Following are the steps used to create a project on eclipse.

1) Click on File, then on New and then select Other... option.

Create a project on Eclipse using Gradle

2) Now search for the Gradle and select Gradle project and click on Next.

Create a project on Eclipse using Gradle 1

3) A new Gradle project window will appear, click on the Next button.

Create a project on Eclipse using Gradle 2

4) Give project name and click on Next button.

Create a project on Eclipse using Gradle 3

5) Now click on Override workspace settings and then select Local installation directory and paste the path of the gradle folder where it is installed and then click on Next button

Create a project on Eclipse using Gradle 4
Create a project on Eclipse using Gradle 5

6) Now click on the Finish button.

Create a project on Eclipse using Gradle 6

7) Finally, the Gradle project is created.

Create a project on Eclipse using Gradle 7