public class JavaLibraryPlugin extends java.lang.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(org.gradle.api.plugins.jvm.internal.JvmEcosystemUtilities jvmEcosystemUtilities) |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(Project project) |
Apply this plugin to the given target object.
|