Gradle
Use this page to configure the Gradle project settings.
Item | Description |
---|---|
Gradle user home | Use this field to specify the location for Gradle to store its global configuration properties, initialization scripts, caches, log files, and so on. For more information, refer to Gradle documentation. The default is set to $USER_HOME/.gradle. It can be overridden in one of the following ways:
If the Gradle location is set in Use Gradle from with the Specified location option and its path is defined in the environment variable CLion also supports the custom Gradle location installed from the Homebrew package manager. |
Enable parallel Gradle model fetching for Gradle 7.4+ | Select this option to speed up the project's import. This option is automatically disabled for the newly created projects. It is also disabled in .If you check out a project from VCS that contains the |
Gradle projects | This area contains the list of registered Gradle projects that are linked to your CLion project. |
Download external annotations for dependencies | When this checkbox is selected, CLion downloads a file with a set of external annotations from the JetBrains public repository. |
Gradle | |
Use Gradle from | Use this list to configure a Gradle version for your project. You can select one of the following options:
|
Gradle JVM | Use this field to specify the JVM under which CLion will run Gradle when you import the specified Gradle project and when you execute its tasks. The default is set to your project JDK. |