api / org.gradle.api.plugins / JavaLibraryPlugin

JavaLibraryPlugin

@Incubating open class JavaLibraryPlugin : Plugin<Project>

A Plugin which extends the capabilities of the JavaPlugin by cleanly separating the API and implementation dependencies of a library.

Since
3.4

Constructors

<init>

JavaLibraryPlugin(objectFactory: ObjectFactory)

Functions

apply

open fun apply(project: Project): Unit