Package org.gradle.api.publish.maven
Interface MavenPomLicenseSpec
public interface MavenPomLicenseSpec
Allows to add licenses to a Maven publication.
- Since:
- 4.8
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidlicense(Action<? super MavenPomLicense> action) Creates, configures and adds a license to the publication.
- 
Method Details- 
licenseCreates, configures and adds a license to the publication.
 
-