Package org.gradle.api.plugins
Class JavaLibraryDistributionPlugin
- java.lang.Object
-
- org.gradle.api.plugins.JavaLibraryDistributionPlugin
-
- All Implemented Interfaces:
Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class JavaLibraryDistributionPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
APlugin
which package a Java project as a distribution including the JAR and runtime dependencies.
-
-
Constructor Summary
Constructors Constructor Description JavaLibraryDistributionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
-