Skip to content

Commit 82cbef4

Browse files
committed
Upd borked central URLs
1 parent 3b79128 commit 82cbef4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ if (release) {
5252
nexusPublishing {
5353
repositories {
5454
sonatype {
55-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
56-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
55+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
56+
snapshotRepositoryUrl = uri("https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/")
5757

5858
username = System.getenv("NEXUS_USERNAME")
5959
password = System.getenv("NEXUS_PASSWORD")

serde-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publishing {
3737
if (release) {
3838
repositories {
3939
maven {
40-
url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
40+
url "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2"
4141
credentials {
4242
username System.getenv("NEXUS_USERNAME")
4343
password System.getenv("NEXUS_PASSWORD")

0 commit comments

Comments
 (0)