We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350e4b commit 21f422eCopy full SHA for 21f422e
1 file changed
build.gradle
@@ -49,7 +49,7 @@ nexusPublishing {
49
username = project.ext.mavenRepoUsername
50
password = project.ext.mavenRepoPassword
51
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/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
53
}
54
55
0 commit comments