Skip to content

Commit

Permalink
Updated snapshots repo publication
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Aug 26, 2023
1 parent 12a2cfa commit 4e17577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signing-pom-details.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ signing {
publishing {
repositories {
maven {
val releasesRepoUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
name = "deploy"
url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl
credentials {
Expand Down

0 comments on commit 4e17577

Please sign in to comment.