What is Gradle toolchain?

Additionally, you may want to build a project using a Java version that is not supported for running Gradle. A Java Toolchain (from now on referred to simply as toolchain) is a set of tools, usually taken from a local JRE/JDK installation that are used to configure different aspects of a build .

Read more