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.