Package org.gradle.api.plugins
Class JavaLibraryPlugin
- java.lang.Object
-
- org.gradle.api.plugins.JavaLibraryPlugin
-
@Incubating public class JavaLibraryPlugin extends 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
-
-
Constructor Summary
Constructors Constructor Description JavaLibraryPlugin(ObjectFactory objectFactory)
-
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.
-
-
-
Constructor Detail
-
JavaLibraryPlugin
@Inject public JavaLibraryPlugin(ObjectFactory objectFactory)
-
-