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 793d950 commit 0e9fab8Copy full SHA for 0e9fab8
android/scripts/publish-root.gradle
@@ -29,8 +29,8 @@ nexusPublishing {
29
stagingProfileId = sonatypeStagingProfileId
30
username = ossrhUsername
31
password = ossrhPassword
32
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
33
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
34
}
35
36
repositoryDescription = 'Capacitor Android Core v' + System.getenv('CAP_VERSION')
0 commit comments