Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Creating a Gradle project

UniquePassive edited this page Jun 19, 2016 · 1 revision

IntelliJ IDEA

  1. Create a new project.

  1. Select Gradle in the left column.

  1. Put the name of your plugin in the "ArtifactId" input box.

  1. Tick "Use auto-import" and "Create directories for empty content roots automatically".

  1. Select where you want your new project to be (the default location should be fine in most cases).

  1. Press Finish to create the project.

  2. Wait a few seconds for Gradle to create the primary directories src\main\java and src\main\resources among others.

Clone this wiki locally