Skip to content

⭐ Publishing Pipeline

Terrence Daniels edited this page Aug 23, 2026 · 1 revision

Central Portal publishing (Sonatype's replacement for OSSRH) has no official Gradle plugin — wired through nmcp's settings plugin instead, layered on Gradle's own maven-publish and signing. Nothing reaches Maven Central automatically: publishingType is USER_MANAGED, so every release needs a manual click in the Central Portal UI.

Full flow, plus a real Gradle 9.2 / nmcp configuration-cache bug found and fixed along the way, on the publishing pipeline diagram.

Clone this wiki locally