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") { plugins.withId("com.vanniktech.maven.publish.base") {
configure<MavenPublishBaseExtension> { configure<MavenPublishBaseExtension> {
publishToMavenCentral(SonatypeHost.DEFAULT) publishToMavenCentral(SonatypeHost.S01)
signAllPublications() signAllPublications()
pom { pom {
description.set("A modern JSON API for Android and Java") description.set("A modern JSON API for Android and Java")

View File

@@ -34,4 +34,4 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re
[1]: https://search.maven.org/remote_content?g=com.squareup.moshi&a=moshi-adapters&v=LATEST [1]: https://search.maven.org/remote_content?g=com.squareup.moshi&a=moshi-adapters&v=LATEST
[2]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup.moshi%22%20a%3A%22moshi-adapters%22 [2]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup.moshi%22%20a%3A%22moshi-adapters%22
[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/moshi-adapters/ [snap]: https://s01.oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/moshi-adapters/

View File

@@ -58,4 +58,4 @@ Cutting a Release
[github_actions]: https://github.com/square/moshi/actions [github_actions]: https://github.com/square/moshi/actions
[sonatype_issues]: https://issues.sonatype.org/ [sonatype_issues]: https://issues.sonatype.org/
[sonatype_nexus]: https://oss.sonatype.org/ [sonatype_nexus]: https://s01.oss.sonatype.org/