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
 String getGradleVersion()
          Informs about the Gradle version.
 

Method Detail

getGradleVersion

String getGradleVersion()
Informs about the Gradle version.