Gradle

Updated: 05 October 2025

Gradle is the open source build system of choice for Java, Android, and Kotlin developers.

Notes

See a list of available tasks

./gradlew tasks

Run a build

./gradlew <task> ...