Groovy Documentation

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

java.lang.Object
  org.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'
 }
 

Authors:
scogneau


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

name

String name
The name of the distribution


 

Gradle API 1.4