api / org.gradle.api.publish.ivy / IvyModuleDescriptorLicense

IvyModuleDescriptorLicense

@Incubating interface IvyModuleDescriptorLicense

A license of an Ivy publication.

Since
4.8

See Also
IvyModuleDescriptorSpec

Functions

getName

abstract fun getName(): Property<String>

The name of this license.

getUrl

abstract fun getUrl(): Property<String>

The URL of this license.