gradle

Gradle: 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

Build a Java/Kotlin project$ gradle build
Run tests in your project$ gradle test
Clean build artifacts and rebuild$ gradle clean build