Skip to content

Commit 6d5ffc8

Browse files
committed
update release url
1 parent 03cc7fc commit 6d5ffc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/deploy.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ publishing {
6060
password System.getenv('OSSRH_PASSWORD')
6161
}
6262
if (isRelease) {
63-
url 'https://s01.oss.sonatype.org/content/repositories/releases/'
63+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
6464
} else {
65-
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
65+
url = 'https://central.sonatype.com/repository/maven-snapshots/'
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)