api / org.gradle.api.publish.maven / MavenPomLicenseSpec

MavenPomLicenseSpec

@Incubating interface MavenPomLicenseSpec

Allows to add licenses to a Maven publication.

Since
4.8

See Also
MavenPomMavenPomLicense

Functions

license

abstract fun license(action: Action<in MavenPomLicense>): Unit

Creates, configures and adds a license to the publication.