Package org.gradle.api.publish.maven
Interface MavenPomLicense
public interface MavenPomLicense
A license of a Maven publication.
- Since:
- 4.8
- See Also:
- 
Method Summary
- 
Method Details- 
getNameThe name of this license.
- 
getUrlThe URL of this license.
- 
getDistributionThe distribution of this license.
- 
getCommentsThe comments of this license.
 
-