Skip to content

Commit

Permalink
Update OSSRH URI for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver committed Jun 30, 2022
1 parent 8df8618 commit 8c5a10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nexusPublishing {
sonatype {
// Username and password provided by ORG_GRADLE_PROJECT_sonatypeUsername and
// ORG_GRADLE_PROJECT_sonatypeUsername, respectively
nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'))
nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/'))
snapshotRepositoryUrl.set(uri('https://s01.oss.sonatype.org/content/repositories/snapshots/'))
}
}
Expand Down

0 comments on commit 8c5a10f

Please sign in to comment.