Skip to content

Commit 21f422e

Browse files
committed
Fix SNAPSHOT repository URL for Sonatype Central Portal
1 parent a350e4b commit 21f422e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nexusPublishing {
4949
username = project.ext.mavenRepoUsername
5050
password = project.ext.mavenRepoPassword
5151
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
52-
snapshotRepositoryUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"))
52+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)