Skip to content

Commit b9464d1

Browse files
committed
Use the correct snapshots URL.
1 parent cb5766e commit b9464d1

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
@@ -249,7 +249,7 @@ fun configurePublishingFor(project: Project) {
249249
if (versionName.endsWith("-SNAPSHOT")) {
250250
maven {
251251
name = "SonatypeCentralSnapshots"
252-
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
252+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
253253

254254
credentials {
255255
username = mavenCentralUsername

0 commit comments

Comments
 (0)