Migrate from OSSRH to Central Portal (#1816)

Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1816

This migrates Yoga to publish to Central Portal rather than OSSRC

Reviewed By: NickGerleman

Differential Revision: D76436235

fbshipit-source-id: ddaaa95472054aa2b09399b5cc8d821dae51234f
This commit is contained in:
Nicola Corti
2025-06-11 16:12:06 -07:00
committed by Facebook GitHub Bot
parent 073c136117
commit 117fa494f7

View File

@@ -34,6 +34,8 @@ nexusPublishing {
sonatype { sonatype {
username.set(sonatypeUsername) username.set(sonatypeUsername)
password.set(sonatypePassword) password.set(sonatypePassword)
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
} }
} }
} }