Skip to content

Commit 00da4b7

Browse files
committed
ANDROID-16205 Migrate sonatype publishing to Central Portal
1 parent 20a06e8 commit 00da4b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish_maven_central.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nexusPublishing {
66
stagingProfileId = "f7fe7699e57a"
77
username = System.getenv("MOBILE_MAVENCENTRAL_USER")
88
password = System.getenv("MOBILE_MAVENCENTRAL_PASSWORD")
9+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
10+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
911
}
1012
}
1113
}

0 commit comments

Comments
 (0)