Package org.gradle.tooling.model.build
Interface GradleEnvironment
-
public interface GradleEnvironment
Informs about the Gradle environment, for example the Gradle version.See example in
BuildEnvironment
- Since:
- 1.0-milestone-8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getGradleUserHome()
Informs about the Gradle user home.java.lang.String
getGradleVersion()
Informs about the Gradle version.
-