Gradle is an open-source build automation tool focused on flexibility and performance.
IntelliJ IDEA integrates seamlessly with Gradle, applying project settings from the build file and delegating build and test tasks to Gradle where appropriate.
Gradle build scripts are written using a Groovy or Kotlin DSL, and IntelliJ IDEA provides code completion and generation within the build file.
Part of tutorial
Creating a Gradle projectPart of tutorial
Gradle WrapperPart of tutorial
Running Gradle tasksPart of tutorial
Opening a Gradle projectPart of tutorial
Source set directoriesPart of tutorial
Group ID and version numberPart of tutorial
Syncing and reloadingPart of tutorial
The build.gradle filePart of tutorial
Tour of a Gradle projectPart of tutorial
Open multiple projectsPart of tutorial
Summary and ShortcutsPart of tutorial
Vulnerable Dependencies tool windowPart of tutorial
Dependency management config fileTip
Quick-Fix to Add Missing Dependencies in the EditorTip
Code Completion with Package SearchTip
Filter Stable Versions in the Dependencies Tool WindowTip
Search Packages in Dependencies Tool WindowTip
Update Version and Scope in Dependencies Tool Window