Skip to content

Commit 2c5b96f

Browse files
committed
Fix s01 url
1 parent c967276 commit 2c5b96f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ signing {
4545
publishing {
4646
repositories {
4747
maven {
48-
val releasesRepoUrl = uri("https://https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
48+
val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
4949
val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
5050
name = "deploy"
5151
url = if (Ci.isRelease) releasesRepoUrl else snapshotsRepoUrl

0 commit comments

Comments
 (0)