IntelliJ IDEA 2016.2 Help

Gradle GroupId Dialog

Use this dialog to specify additional settings for your new Gradle project.

ItemDescription
Add as module toThis field appears when you add a new module to the existing project. By default, the field displays the the name of your project. Click moduleFolder to select a different name.
GroupId Use this field to specify groupId of the new project, which will be added to the build.gradle file. If a parent Gradle project is specified, this coordinate can be inherited from the parent. To do that, select the Inherit check box.
ArtifactIdUse this field to specify artifactId of the new project, which will be added to the build.gradle file.
VersionUse this field to specify version of the new project, which will be added to the build.gradle file. If a parent Gradle project is specified, this coordinate can be inherited from the parent. To do that, select the Inherit check box.

See Also

Last modified: 23 November 2016