Gradle Build Tool is my preferred build tool for all Java applications I am developing.
Google chose Gradle as the official build tool for Android.
Not only because build scripts are code, but because Gradle is modeled in a way that is extensible in the most fundamental ways.
Gradle’s model also allows it to be used for native development with C/C++ and can be expanded to cover any ecosystem.
For example, Gradle is designed with embedding in mind using its Tooling API.
What are my preferred goodies with the major version 7?