Skip to content

Commit 0e9fab8

Browse files
authored
chore: fix sonatype urls for sunset of OSSRH
1 parent 793d950 commit 0e9fab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/scripts/publish-root.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ nexusPublishing {
2929
stagingProfileId = sonatypeStagingProfileId
3030
username = ossrhUsername
3131
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/"))
32+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
33+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3434
}
3535
}
3636
repositoryDescription = 'Capacitor Android Core v' + System.getenv('CAP_VERSION')

0 commit comments

Comments
 (0)