gradle@7

Build automation tool using Groovy and Kotlin DSL

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 task with verbose output$ gradle taskName -v