IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Gradle

Last modified: 10 August 2022

Required plugins: Gradle, Gradle Extension (installed and enabled by default)

The Gradle versions' support: starting with the version 3.0 and later. Note that for the Gradle version less that 4.8 and the Java version 11 there is an ongoing Gradle issue.

If you work in IntelliJ IDEA, you don't need to install Gradle separately, IntelliJ IDEA does it for you.

IntelliJ IDEA supports a fully-functional integration with Gradle that helps you automate your building process. You can easily create a new Gradle project, open and sync an existing one, work with several linked projects simultaneously, and manage them.

You can also create a Gradle project and store it in the WSL environment or open it from the WSL file system. For more information, refer to the WSL section.

Procedures

Language and Framework-Specific Guidelines

External Links