Gradle, the customizable open source build automation tool, has released version 7.0. This release comes with support for JDK 16, faster incremental builds, improved build reliability with validation errors, and native support for new Macs with Apple Silicon processors.
Read moreWhich JDK does Gradle use?
Gradle uses whichever JDK it finds in your path (to check, use java -version). Alternatively, you can set the JAVA_HOME environment variable to point to the install directory of the desired JDK.
Read more