public class GroovyBasePlugin extends java.lang.Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A Plugin which extends the JavaBasePlugin to provide support for compiling and documenting Groovy
source files.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GROOVY_CONFIGURATION_NAME |
| Constructor and Description |
|---|
GroovyBasePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|
public static final java.lang.String GROOVY_CONFIGURATION_NAME