Migrate to Sonatype Central Portal (#1958)

This commit is contained in:
Jake Wharton
2025-06-12 16:04:04 -04:00
committed by GitHub
parent 407ea8791c
commit 7339e09bee
4 changed files with 10 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ allprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
configure<MavenPublishBaseExtension> {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
signAllPublications()
pom {
description.set("A modern JSON API for Android and Java")