public class GroovyBasePlugin extends 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 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 String GROOVY_CONFIGURATION_NAME