Package org.gradle.platform.base.plugins
Class ComponentBasePlugin
- java.lang.Object
-
- org.gradle.platform.base.plugins.ComponentBasePlugin
-
@Incubating public abstract class ComponentBasePlugin extends java.lang.Object implements Plugin<Project>
Base plugin forComponentSpec
support. - Registers the infrastructure to support the baseComponentSpec
type and extensions to this type.
-
-
Constructor Summary
Constructors Constructor Description ComponentBasePlugin()
-
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.
-