Gradle
Gradle is an open-source build automation system that helps teams deliver better software, faster.
Installation
Gradle requires Java JRE or OpenJDK to function. If you don't have Java installed, see the Java section.
To install Gradle with SDKMAN!:
sdk install gradle
Usage
To check Gradle version:
gradle -v
To view documentation:
gradle -h