@Incubating public class JavaLibraryPlugin extends Object implements Plugin<Project>
A Plugin
which extends the capabilities of the Java plugin
by cleanly separating
the API and implementation dependencies of a library.
Constructor | Description |
---|---|
JavaLibraryPlugin(ObjectFactory objectFactory) |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(Project project) |
Apply this plugin to the given target object.
|
@Inject public JavaLibraryPlugin(ObjectFactory objectFactory)