Move repo uploads to S01 (#1471)

This commit is contained in:
Egor Andreevich
2021-12-23 11:44:24 -05:00
committed by GitHub
parent 5cf5f9664c
commit ae421b1909
3 changed files with 3 additions and 3 deletions

View File

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