Package org.gradle.api.publish.maven
Interface MavenPomContributorSpec
public interface MavenPomContributorSpec
Allows to add contributors of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contributor
(Action<? super MavenPomContributor> action) Creates, configures and adds a contributor to the publication.
-
Method Details
-
contributor
Creates, configures and adds a contributor to the publication.
-