Table of Contents
API Documentation: | MavenPomContributorSpec |
---|
Note: This class is incubating and may change in a future version of Gradle.
Allows to add contributors of a Maven publication.
Method | Description |
contributor(action) | Incubating Creates, configures and adds a contributor to the publication. |
void
contributor
(Action
<? super MavenPomContributor
>
action)
Action
<? super MavenPomContributor
>Note: This method is incubating and may change in a future version of Gradle.
Creates, configures and adds a contributor to the publication.