Package org.gradle.api.publish.maven
Interface MavenPomMailingListSpec
public interface MavenPomMailingListSpec
Allows to add mailing lists to a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mailingList
(Action<? super MavenPomMailingList> action) Creates, configures and adds a mailing list to the publication.
-
Method Details
-
mailingList
Creates, configures and adds a mailing list to the publication.
-