Groovy Documentation

org.gradle.api.plugins
[Groovy] Class JavaLibraryDistributionPlugin

java.lang.Object
  org.gradle.api.plugins.JavaLibraryDistributionPlugin
All Implemented Interfaces:
Plugin

@Incubating
class JavaLibraryDistributionPlugin

A Plugin which package project as a distribution including JAR, API documentation and source JAR for the project.

Authors:
scogneau


Property Summary
static String JAVA_LIBRARY_GROUP

static String JAVA_LIBRARY_PLUGIN_NAME

static String TASK_DIST_ZIP_NAME

 
Method Summary
void apply(Project project)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

JAVA_LIBRARY_GROUP

static final String JAVA_LIBRARY_GROUP


JAVA_LIBRARY_PLUGIN_NAME

static final String JAVA_LIBRARY_PLUGIN_NAME


TASK_DIST_ZIP_NAME

static final String TASK_DIST_ZIP_NAME


 
Method Detail

apply

void apply(Project project)


 

Gradle API 1.4