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 20a06e8 commit 00da4b7Copy full SHA for 00da4b7
publish_maven_central.gradle
@@ -6,6 +6,8 @@ nexusPublishing {
6
stagingProfileId = "f7fe7699e57a"
7
username = System.getenv("MOBILE_MAVENCENTRAL_USER")
8
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/"))
11
}
12
13
0 commit comments