Explore our guides and examples to use Gradle.
Releases
Information on Gradle releases and how to install Gradle is found on the Installation page.
Content
The Gradle User Manual is broken down into the following sections:
- Running Gradle Builds
-
Learn Gradle basics and how to use Gradle to build your project.
- Authoring Gradle Builds
-
Develop tasks and plugins to customize your build.
- Authoring JVM Builds
-
Use Gradle with your Java project.
- Working with Dependencies
-
Add dependencies to your build.
- Optimizing Builds
-
Use caches to optimize your build and understand the Gradle daemon, incremental builds and file system watching.
Reference
-
Gradle’s API Javadocs
-
Gradle’s Groovy DSL
-
Gradle’s Kotlin DSL
-
Gradle’s Core Plugins