Gradle

Gradle

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.

Working with Gradle

Tutorial

Working with Gradle
Understand how IntelliJ IDEA integrates with Gradle.
Creating a Gradle project

Part of tutorial

Creating a Gradle project
Start by creating a brand-new project that uses Gradle as the build tool.
Gradle dependencies

Part of tutorial

Gradle dependencies
Add or update dependencies in your build.gradle file.
The Gradle Tool Window

Part of tutorial

The Gradle Tool Window
How to find the Gradle tool window.
Gradle Settings

Part of tutorial

Gradle Settings
Where to change IntelliJ IDEA's settings fo Gradle.
Group ID and version number

Part of tutorial

Group ID and version number
How to set up or change a project's group ID and version number.
Gradle Wrapper

Part of tutorial

Gradle Wrapper
Useful information for working with projects that use the Gradle Wrapper.
Running Gradle tasks

Part of tutorial

Running Gradle tasks
There are several convenient ways to run Gradle tasks from IntelliJ IDEA.
Opening a Gradle project

Part of tutorial

Opening a Gradle project
What you need to know to get started with an existing Gradle project.
Source set directories

Part of tutorial

Source set directories
Understand how IntelliJ IDEA deals with Gradle's source set directories.
The build.gradle file

Part of tutorial

The build.gradle file
See how IntelliJ IDEA makes it easier to work with Gradle's configuration file.
Syncing and reloading

Part of tutorial

Syncing and reloading
Sometimes you may need to encourage IntelliJ IDEA to reload any changes from the Gradle configuration.
Tour of a Gradle project

Part of tutorial

Tour of a Gradle project
Take a look around a standard Gradle project to understand it better.
Import Multiple Repositories

Tip

Import Multiple Repositories
Import multiple related repositories into one IntelliJ IDEA project.
Open multiple projects

Part of tutorial

Open multiple projects
Opening multiple repositories into one project in IntelliJ IDEA.
Project from existing model

Part of tutorial

Project from existing model
Importing a project from existing model.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Importing projects into IntelliJ IDEA Summary.
Analyzing dependencies

Tutorial

Analyzing dependencies
Analyzing dependencies in IntelliJ IDEA.
Dependency Diagram

Part of tutorial

Dependency Diagram
Using the Dependency Diagram in IntelliJ IDEA Ultimate.
Introduction

Part of tutorial

Introduction
How to analyze dependencies in IntelliJ IDEA.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
A summary of how to analyze dependencies in IntelliJ IDEA.
Dependency Analyzer

Part of tutorial

Dependency Analyzer
Using the Dependency Analyzer in IntelliJ IDEA.
Package Checker

Tutorial

Package Checker
Find and fix vulnerabilities inside IntelliJ IDEA Ultimate.
Gradle projects

Part of tutorial

Gradle projects
View vulnerable dependencies in Gradle projects.
Introduction

Part of tutorial

Introduction
Package Checker plugin in IntelliJ IDEA Ultimate.
Vulnerable Dependencies tool window

Part of tutorial

Vulnerable Dependencies tool window
View vulnerable dependencies in the Vulnerable Dependencies tool window.
Remediate dependencies

Part of tutorial

Remediate dependencies
Remediate dependencies using IntelliJ IDEA Ultimate.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Find and fix vulnerabilities inside IntelliJ IDEA Ultimate Summary.
Managing dependencies

Tutorial

Managing dependencies
Managing dependencies in IntelliJ IDEA.
Add dependencies

Part of tutorial

Add dependencies
Different ways to add dependencies in IntelliJ IDEA.
Introduction

Part of tutorial

Introduction
Managing dependencies in IntelliJ IDEA.
Upgrade dependencies

Part of tutorial

Upgrade dependencies
Upgrade dependencies
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Managing dependencies in IntelliJ IDEA Summary.
Viewing dependencies

Tutorial

Viewing dependencies
Different ways to view dependencies in IntelliJ IDEA.
Project tool window

Part of tutorial

Project tool window
View dependencies in the Project tool window.
Introduction

Part of tutorial

Introduction
Different ways to view dependencies in IntelliJ IDEA.
Dependency management config file

Part of tutorial

Dependency management config file
View dependencies in the dependency management config file.
Build tool window

Part of tutorial

Build tool window
View dependencies in the build tool window.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
View dependencies in IntelliJ IDEA Summary.
Marco Codes - Gradle

Tutorial

Marco Codes - Gradle
Working with Maven in your projects.
Quick-Fix to Add Missing Dependencies in the Editor

Tip

Quick-Fix to Add Missing Dependencies in the Editor
Save time when adding missing dependencies by using a quick fix.
Setting up the Dependencies

Part of tutorial

Setting up the Dependencies
Add Spock framework dependencies to the project.
Setting up Gradle for JUnit 5

Part of tutorial

Setting up Gradle for JUnit 5
Laying the foundations for Writing JUnit 5 Tests.