Package org.gradle.api.plugins
Class JavaLibraryPlugin
- java.lang.Object
-
- org.gradle.api.plugins.JavaLibraryPlugin
-
public abstract class JavaLibraryPlugin extends java.lang.Object implements Plugin<Project>
A
Plugin
which extends the capabilities of theJava plugin
by cleanly separating the API and implementation dependencies of a library.- Since:
- 3.4
- See Also:
- Java Library plugin reference
-
-
Constructor Summary
Constructors Constructor Description JavaLibraryPlugin()
-
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.
-