Skip to content

Commit 393cc53

Browse files
Merge pull request #212 from Backblaze/change-sonatype-url
Update nexus publishing URL
2 parents 0f61030 + c8a434a commit 393cc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
nexusPublishing {
99
repositories {
1010
sonatype {
11-
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
11+
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)