api / org.gradle.api.publish.ivy.tasks / GenerateIvyDescriptor

GenerateIvyDescriptor

open class GenerateIvyDescriptor : DefaultTask

Generates an Ivy XML Module Descriptor file.

Since
1.4

Constructors

<init>

GenerateIvyDescriptor()

Functions

doGenerate

open fun doGenerate(): Unit

getDescriptor

open fun getDescriptor(): IvyModuleDescriptorSpec

The module descriptor metadata.

getDestination

open fun getDestination(): File

The file the descriptor will be written to.

setDescriptor

open fun setDescriptor(descriptor: IvyModuleDescriptorSpec): Unit

setDestination

open fun setDestination(destination: File): Unit

Sets the destination the descriptor will be written to.

open fun setDestination(destination: Any): Unit

Sets the destination the descriptor will be written to. The value is resolved with org.gradle.api.Project#file(Object)