Package org.gradle.api.plugins
Class GroovyBasePlugin
- java.lang.Object
-
- org.gradle.api.plugins.GroovyBasePlugin
-
public abstract class GroovyBasePlugin extends java.lang.Object implements Plugin<Project>
ExtendsJavaBasePlugin
to provide support for compiling and documenting Groovy source files.- See Also:
- Groovy plugin reference
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GROOVY_RUNTIME_EXTENSION_NAME
-
Constructor Summary
Constructors Constructor Description GroovyBasePlugin(ObjectFactory objectFactory, org.gradle.api.internal.classpath.ModuleRegistry moduleRegistry, org.gradle.api.plugins.jvm.internal.JvmLanguageUtilities jvmPluginServices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
GROOVY_RUNTIME_EXTENSION_NAME
public static final java.lang.String GROOVY_RUNTIME_EXTENSION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroovyBasePlugin
@Inject public GroovyBasePlugin(ObjectFactory objectFactory, org.gradle.api.internal.classpath.ModuleRegistry moduleRegistry, org.gradle.api.plugins.jvm.internal.JvmLanguageUtilities jvmPluginServices)
-
-