public class GroovyBasePlugin extends java.lang.Object implements Plugin<Project>
JavaBasePlugin
to provide support for compiling and documenting Groovy
source files.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GROOVY_RUNTIME_EXTENSION_NAME |
Constructor and Description |
---|
GroovyBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory,
org.gradle.api.internal.classpath.ModuleRegistry moduleRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
public static final java.lang.String GROOVY_RUNTIME_EXTENSION_NAME