Skip to content

Commit

Permalink
Change sonatype url
Browse files Browse the repository at this point in the history
  • Loading branch information
STAR-ZERO committed May 4, 2023
1 parent 4a11525 commit 8970edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navbuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ 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/")
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
credentials {
username = sonatypeUsername
Expand Down

0 comments on commit 8970edb

Please sign in to comment.