Gradle
Gradle is a build tool based on Groovy, a scripting language that runs on the JVM.
Gradle is a build tool based on Groovy, a scripting language that runs on the JVM.
Explains Gradle.
Explains how to install and configure Gradle so it can be used.
Quickly create a Java project with Gradle.
Gradle is based on preparing and running tasks. Tasks can be written with Groovy, and this page explains the basic ways to create them.
Gradle can also be used for web application development. This page explains project creation and plugins used for web development.
Explains how to run Gradle while excluding tests.
Explains the difference between jars generated by Gradle’s bootJar and jar tasks.