Plugin<org.gradle.api.internal.project.ProjectInternal>public class JavaLibraryDistributionPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Plugin which package a Java project as a distribution including the JAR and runtime dependencies.| Constructor | Description | 
|---|---|
| JavaLibraryDistributionPlugin() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | apply(org.gradle.api.internal.project.ProjectInternal project) | Apply this plugin to the given target object. |