Groovy Documentation

org.gradle.api.plugins
[Java] Class GroovyBasePlugin

java.lang.Object
  org.gradle.api.plugins.GroovyBasePlugin
All Implemented Interfaces:
Plugin

public class GroovyBasePlugin

A Plugin which extends the JavaBasePlugin to provide support for compiling and documenting Groovy source files.

Authors:
Hans Dockter


Field Summary
static String GROOVY_CONFIGURATION_NAME

 
Method Summary
void apply(ProjectInternal project)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

GROOVY_CONFIGURATION_NAME

public static final String GROOVY_CONFIGURATION_NAME


 
Method Detail

apply

public void apply(ProjectInternal project)


 

Gradle API 1.0