Skip to content

Commit

Permalink
Updated deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Oct 4, 2022
1 parent e0c6822 commit 11bfbad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ signing {
publishing {
repositories {
maven {
val releasesRepoUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
val releasesRepoUrl = uri("https://https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
name = "deploy"
url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl
Expand Down

0 comments on commit 11bfbad

Please sign in to comment.