api / org.gradle.api.publish.maven / MavenPomOrganization

MavenPomOrganization

@Incubating interface MavenPomOrganization

The organization of a Maven publication.

Since
4.8

See Also
MavenPom

Functions

getName

abstract fun getName(): Property<String>

The name of this organization.

getUrl

abstract fun getUrl(): Property<String>

The URL of this organization.