Skip to content

Commit

Permalink
change snapshot url
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed May 3, 2024
1 parent 139d339 commit 27fb432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/stove-publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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 snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
url = if (rootProject.version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
// url = rootProject.buildDir.resolve("publications").toURI()
credentials {
Expand Down

0 comments on commit 27fb432

Please sign in to comment.