Skip to content

Commit 117fa49

Browse files
cortinicofacebook-github-bot
authored andcommitted
Migrate from OSSRH to Central Portal (#1816)
Summary: Pull Request resolved: #1816 This migrates Yoga to publish to Central Portal rather than OSSRC Reviewed By: NickGerleman Differential Revision: D76436235 fbshipit-source-id: ddaaa95472054aa2b09399b5cc8d821dae51234f
1 parent 073c136 commit 117fa49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ nexusPublishing {
3434
sonatype {
3535
username.set(sonatypeUsername)
3636
password.set(sonatypePassword)
37+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
38+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3739
}
3840
}
3941
}

0 commit comments

Comments
 (0)