I want to run an empty project with Gradle in Intellij IDEA, but this doesnβt seem as convenient as Eclipse.
What I did is File-> New Project β Gradle. And the project appears, but it is not completed (for example, it does not have the src folder).
And add apply plugin 'idea' to build.gradle. When I reference all tasks in IntelliJ IDEA. For me there is no idea,cleanIdea,ideaProject to install IntelliJ IDEA.
In the Eclipse + Gradle plugin, just create a new Gradle project and you're done.
I want to know how to do this in Intellij IDEA.
thank
java intellij-idea gradle
DerekY Dec 18 '13 at 3:01 2013-12-18 03:01
source share