Update sonatype repo
This commit is contained in:
parent
b541fde58a
commit
8b14d5bed5
@ -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"
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user