public class GroovyBasePlugin extends Object implements Plugin<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() |
public static final String GROOVY_CONFIGURATION_NAME
public void apply(ProjectInternal project)
Pluginapply in interface Plugin<ProjectInternal>project - The target objectCopyright © 2013. All rights reserved