We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9c852 commit f4ffd25Copy full SHA for f4ffd25
1 file changed
build.gradle.kts
@@ -59,6 +59,7 @@ nexusPublishing {
59
sonatype {
60
username.set(sonatypeUsername)
61
password.set(sonatypePassword)
62
+ stagingProfileId.set("com.facebook")
63
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
64
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
65
}
0 commit comments