Package org.gradle.api.plugins
Class GroovyBasePlugin
- java.lang.Object
-
- org.gradle.api.plugins.GroovyBasePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROOVY_RUNTIME_EXTENSION_NAME
-
Constructor Summary
Constructors Constructor Description GroovyBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory, org.gradle.api.internal.classpath.ModuleRegistry moduleRegistry)
-
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 String GROOVY_RUNTIME_EXTENSION_NAME
- See Also:
- Constant Field Values
-
-