Groovy Documentation

org.gradle.tooling.model.build
[Java] 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

public String getGradleVersion()
Informs about the gradle version.


 

Gradle API 1.0