Class JvmComponentPlugin

java.lang.Object
org.gradle.jvm.plugins.JvmComponentPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class JvmComponentPlugin extends Object implements Plugin<Project>
Base plugin for JVM component support. Applies the ComponentModelBasePlugin. Registers the JvmLibrarySpec library type for the components container.
  • Constructor Details

    • JvmComponentPlugin

      public JvmComponentPlugin()
  • 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