Class ComponentBasePlugin

java.lang.Object
org.gradle.platform.base.plugins.ComponentBasePlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class ComponentBasePlugin extends Object implements Plugin<Project>
Base plugin for ComponentSpec support. - Registers the infrastructure to support the base ComponentSpec type and extensions to this type.
  • Constructor Details

    • ComponentBasePlugin

      public ComponentBasePlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object