Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 59d8062

Browse files
committed
Fixed snapshots url
1 parent 2a7c376 commit 59d8062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
repositories {
3131
maven {
3232
val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
33-
val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
33+
val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
3434
name = "deploy"
3535
url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl
3636
credentials {

0 commit comments

Comments
 (0)