| Item | Description |
|---|---|
| Gradle project | Use this field to specify the location of the Gradle project. |
| Use gradle wrapper (recommended) | Select this button to use Gradle wrapper. Using Gradle wrapper lets you get automatic Gradle download for the build. It also lets you build with the precise Gradle version. |
| Use local gradle distribution | Select this button to run local build scripts. |
| Use auto-import | Select this check box to resolve all the changes made to the Gradle project automatically every time you refresh your project. |
| 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. |
| Service directory path | Use this field to override the default Gradle home location directory. |


