Automate Publication of Artifacts to the Central Repository #34
Labels
Bug
A defect which was discovered during development, testing, or while in production.
Milestone
The CI cannot automatically publish and release the uploaded binaries to the Central Repository as-is. It can upload to OSSRH, but not automatically mark the binaries as ready for release to the Central Repository. To do so, it is missing this plugin: https://github.com/gradle-nexus/publish-plugin
Add this plugin and call the included
closeAndReleaseSonatypeStagingRepository
task during a publication build so that OSSRH can release the artifacts automatically.See: gradle-nexus/publish-plugin#79
The text was updated successfully, but these errors were encountered: