Update sonatype repo

This commit is contained in:
Alexander Nozik 2022-10-22 18:46:30 +03:00
parent b541fde58a
commit 8b14d5bed5
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions]
tools = "0.13.1-kotlin-1.7.20"
tools = "0.13.2-kotlin-1.7.20"
kotlin = "1.7.20"
atomicfu = "0.18.3"
binary-compatibility-validator = "0.11.1"

View File

@ -200,7 +200,7 @@ internal fun Project.addSonatypePublishing() {
plugins.withId("maven-publish") {
configure<PublishingExtension> {
repositories.maven {
val sonatypeRepo = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
val sonatypeRepo = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
name = "sonatype"
url = uri(sonatypeRepo)