Creating a Gradle Project
Hello,
I'm new to IntelliJ and Gradle, so am trying to follow the "Creating a Gradle Project" here: https://www.jetbrains.com/idea/help/creating-a-gradle-project.html.
My current env:
Window s8.1
Gradle 2.4
JDK 1.8.0_45
IntelliJ IDEA 14.1.3
I have Gradle 2.4 installed with GRADLE_HOME defined and the gradle bin directory added to my path. I can call the gradle executable from a cmd prompt. So, I choose "Create New Project" from the IntelliJ start screen, then choose "Gradle" in the left column. I then specify the JDK version in the Project SDK: drop down. This is where the directions break down; there are no Gradle settings to specify. Clicking next takes me to a wizard page asking for GroupId, ArtifactId and Version. Not sure what to put here or where to go from here!
Thanks!
Darren
请先登录再写评论。
Specify ArtifactId, like the name of the project and press 'NEXT'