Package org.gradle.tooling.model.build
Tooling models for the build environment, which includes information such as Gradle or Java versions.
-
Interface Summary Interface Description BuildEnvironment Informs about the build environment, like Gradle version or the Java home in use.GradleEnvironment Informs about the Gradle environment, for example the Gradle version.JavaEnvironment Informs about the Java environment, for example the Java home or the JVM args used.