Skip to content

Commit 6b9d931

Browse files
cortinicofacebook-github-bot
authored andcommitted
Move React Native publishing URLs to Central Portal (facebook#51693)
Summary: Pull Request resolved: facebook#51693 This moves React Native to use the Central Portal URLs rather than the legacy OSSRH ones. See https://github.com/gradle-nexus/publish-plugin for more context. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D75673984 fbshipit-source-id: 1de6746809eed72f232eac0c3fb4d809c2046620
1 parent e61daa8 commit 6b9d931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ nexusPublishing {
5555
sonatype {
5656
username.set(sonatypeUsername)
5757
password.set(sonatypePassword)
58+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
59+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
5860
}
5961
}
6062
}

0 commit comments

Comments
 (0)