gradle@8

Open-source build automation tool for JVM projects

brewmacoslinux
Try with needOr install directly
Source

About

Open-source build automation tool based on the Groovy and Kotlin DSL

Commands

gradle

Examples

Initialize a new Gradle project$ gradle init
Build a project and run tests$ gradle build
Run a specific Gradle task$ gradle taskName