Table of Contents
| API Documentation: | PublishToMavenRepository |
|---|
Publishes a MavenPublication to a MavenArtifactRepository.
| Property | Description |
publication | The publication to be published. Currently only instances of MavenPublicationInternal are supported. |
repository | The repository to publish to.
For now, only instances of |
MavenPublication publication
The publication to be published. Currently only instances of MavenPublicationInternal are supported.
MavenArtifactRepository repository
The repository to publish to.
For now, only instances of org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository are supported.