Use this page to configure Gradle project settings.
| Item | Description |
|---|
| Linked Gradle projects | This area contains the list of registered Gradle projects that are linked to your IntelliJ IDEA project. |
| Project-level settings | This area contains settings for your Gradle project. You can select from the following options:
-
Use auto-import - select this checkbox to resolve all the changes made to the
Gradle project automatically every time you refresh your project.
- Create directories for empty content roots automatically - select this
option to add a
src directory to your project automatically when you import a project from Gradle model. - Create separate module per source set - select this checkbox to use the source set
feature in
resolving your Gradle projects.
- Use default gradle wrapper (recommended) - select this checkbox to use
Gradle Wrapper
.
You can use this option when you have generated or checked out wrapper files in the default
location.

- Use gradle wrapper task configuration - select this checkbox to customize
your Gradle Wrapper
.
You can use this option if you do not have wrapper files on your disk yet or if you use a
different location for them. In this case IntelliJ IDEA refers to the Gradle wrapper
task definition and generates or updates the files based on the task configuration.
This option can be useful when you don't want to check in binary wrapper files or reuse
the same wrapper files for several projects.

This option is supported for the Gradle version 1.7 or later.
- Use local gradle distribution - select this option to run local build scripts.
- Gradle home - in this text field, specify the fully qualified path to your Gradle installation.
If Gradle location has been defined by the environment variables GRADLE_HOME or
PATH, then IntelliJ IDEA deduces this location, and suggests this path as the default value.
If Gradle location has not been deduced from the environment variables, specify it manually, or click the Browse
button, and select the desired directory in the dialog that opens.
Note that the value entered in this field takes preference over the environment variables. - Gradle JVM - use this drop-down list to select a JVM for running Gradle projects. The default is set to your project JDK.
|
| Global Gradle settings | This area contains options for Gradle global settings. You can select from the following options:
|
See Also
Language and Framework-Specific Guidelines: