public class GroovyBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
JavaBasePlugin
to provide support for compiling and documenting Groovy
source files.Modifier and Type | Field and Description |
---|---|
static String |
GROOVY_RUNTIME_EXTENSION_NAME |
Constructor and Description |
---|
GroovyBasePlugin(org.gradle.api.internal.file.FileResolver fileResolver) |
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_RUNTIME_EXTENSION_NAME
@Inject public GroovyBasePlugin(org.gradle.api.internal.file.FileResolver fileResolver)