|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.DistributionExtension
@Incubating class DistributionExtension
Extension for JavaLibraryDistributionPlugin
The extension for the java-library-distribution plugin.
Use this class to configure the name of the distribution.
apply plugin: 'java-library-distribution'
distribution {
name = 'my-name'
}
| Property Summary | |
|---|---|
String |
name
The name of the distribution |
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
String name
Gradle API 1.4