IntelliJ IDEA 12.1.0 Web Help

9.0+

File | Settings | Gradle

settings

IntelliJ IDEA | Preferences | Gradle

settings

Use this page to configure Gradle project settings.

ItemDescription
Gradle projectUse 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 homeIn 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 pathUse this field to override the default Gradle home location directory.

See Also

Language and Framework-Specific Guidelines:

Web Resources: