Package org.gradle.api.publish.ivy
Interface IvyModuleDescriptorLicense
public interface IvyModuleDescriptorLicense
A license of an Ivy publication.
- Since:
- 4.8
- See Also:
-
Method Summary
-
Method Details
-
getName
The name of this license. -
getUrl
The URL of this license.
-