Skip to content

Commit d77ec64

Browse files
committed
Use new Central Snapshots repository.
1 parent 709415a commit d77ec64

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
@@ -259,7 +259,7 @@ fun configurePublishingFor(project: Project) {
259259
if (versionName.endsWith("-SNAPSHOT")) {
260260
maven {
261261
name = "SonatypeCentralSnapshots"
262-
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
262+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
263263

264264
credentials {
265265
username = mavenCentralUsername

0 commit comments

Comments
 (0)