We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b0e91e + 668e2c6 commit 604acceCopy full SHA for 604acce
navigation-fragments/build.gradle.kts
@@ -179,7 +179,10 @@ publishing {
179
repositories {
180
if (isSonatypeRelease) {
181
maven {
182
- url = uri("https://s01.oss.sonatype.org/content/repositories/releases/")
+ // Temporarily switching to Sonatype OSSRH Staging API
183
+ // until the maven-publish plugin adds support for the new Central Portal
184
+ // see: https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/
185
+ url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
186
187
credentials {
188
username = System.getenv("SONATYPE_USER")
0 commit comments