Gradle

Gradle is a build tool based on Groovy, a scripting language that runs on the JVM.

Gradle

Gradle is a build tool based on Groovy, a scripting language that runs on the JVM. This section explains how to use one of today’s most notable build tools.


Gradle Overview

Explains Gradle.

Installing Gradle

Explains how to install and configure Gradle so it can be used.

Gradle Quick Guide: Creating a Java Project

Quickly create a Java project with Gradle.

Creating a Gradle Project

Gradle build.gradle Build File

Creating Gradle Tasks

Gradle is based on preparing and running tasks. Tasks can be written with Groovy, and this page explains the basic ways to create them.

Using Gradle DefaultTask Classes

Gradle Web Application Development

Gradle can also be used for web application development. This page explains project creation and plugins used for web development.

Run Gradle While Excluding Tests

Explains how to run Gradle while excluding tests.

Gradle Jib Plugin - Build Docker Container Images with Gradle

Gradle Credentials Plugin - gradle-credentials-plugin

Difference Between jar Files Generated by Gradle "bootJar" and "jar" Tasks

Explains the difference between jars generated by Gradle’s bootJar and jar tasks.