Generates an Ivy XML Module Descriptor file.
| Constructor and description |
|---|
GenerateIvyDescriptor
() |
| Type | Name and description |
|---|---|
void |
doGenerate() |
IvyModuleDescriptorSpec |
getDescriptor()The module descriptor metadata. |
File |
getDestination()The file the descriptor will be written to. |
protected FileResolver |
getFileResolver() |
void |
setDescriptor(IvyModuleDescriptorSpec descriptor) |
void |
setDestination(Object destination)Sets the destination the descriptor will be written to. |
The module descriptor metadata.
The file the descriptor will be written to.
Sets the destination the descriptor will be written to. The value is resolved with Project.file
destination - The file the descriptor will be written to.Gradle API 2.2-20140924021627+0000