Package org.gradle.jvm.plugins
Class JvmComponentPlugin
- java.lang.Object
-
- org.gradle.jvm.plugins.JvmComponentPlugin
-
@Incubating public class JvmComponentPlugin extends Object implements Plugin<Project>
Base plugin for JVM component support. Applies theComponentModelBasePlugin
. Registers theJvmLibrarySpec
library type for the components container.
-
-
Constructor Summary
Constructors Constructor Description JvmComponentPlugin()
-
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.
-