Package org.gradle.api.publish.maven
Interface MavenPomLicense
-
@Incubating public interface MavenPomLicense
A license of a Maven publication.- Since:
- 4.8
- See Also:
MavenPom
,MavenPomLicenseSpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<String>
getComments()
The comments of this license.Property<String>
getDistribution()
The distribution of this license.Property<String>
getName()
The name of this license.Property<String>
getUrl()
The URL of this license.
-