diff --git a/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts b/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts index 2d95ec9c251..6887a6487c3 100644 --- a/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts @@ -46,7 +46,7 @@ publishing { repositories { maven { val releasesRepoUrl = uri("https://s01.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/") name = "deploy" url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl credentials { diff --git a/kotest-bom/build.gradle.kts b/kotest-bom/build.gradle.kts index 89f5b1ec7b8..fb488575551 100644 --- a/kotest-bom/build.gradle.kts +++ b/kotest-bom/build.gradle.kts @@ -39,7 +39,7 @@ publishing { repositories { maven { val releasesRepoUrl = uri("https://s01.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/") name = "deploy" url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl credentials {