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:
@@ -27,7 +27,7 @@ android {
|
||||
}
|
||||
|
||||
mavenPublishing {
|
||||
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
|
||||
|
||||
signAllPublications()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user