api / org.gradle.api.publish.ivy / IvyModuleDescriptorAuthor

IvyModuleDescriptorAuthor

@Incubating interface IvyModuleDescriptorAuthor

An author of an Ivy publication.

Since
4.8

See Also
IvyModuleDescriptorSpec

Functions

getName

abstract fun getName(): Property<String>

The name of this author.

getUrl

abstract fun getUrl(): Property<String>

The URL of this author.