Upgrade Android publishing to use Maven Central Portal

- Upgrade maven publishing plugin to `v0.32.0`.
- Change the `SonatypeHost` to point to `CENTRAL_PORTAL`.
This commit is contained in:
Jorge Martín
2025-06-04 12:21:14 +02:00
parent 64e27152c6
commit 8bc914a70f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ android {
}
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
signAllPublications()