0 votes
in Gradle by
What are the steps to create an IntelliJ Idea Gradle Project?

1 Answer

0 votes
by
First, make a new project on IntelliJ. Here you will get various options, select the “Gradle” option from that.

Next, you will see a checkbox that shows the entire empty directories like source test Java or source main Java.

From there, you will select a build wrapper (Gradle) to move on with the project’s process and modify the version of the JVM to 1.8. It will lastly show you the skeletons the project has.

Related questions

0 votes
asked Mar 5, 2020 in Gradle by rahuljain1
0 votes
asked Oct 21, 2019 in Gradle by SakshiSharma
...