api / org.gradle.tooling.model.build / BuildEnvironment / getJava

getJava

abstract fun getJava(): JavaEnvironment

Returns information about the Java environment, for example the Java home or the JVM args used.

Exceptions

UnsupportedMethodException - For Gradle versions older than 1.0-milestone-8, where this method is not supported.

Since
1.0-milestone-8