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 a0f5c9f commit 376d23cCopy full SHA for 376d23c
telemetry/jetbrains/build.gradle.kts
@@ -170,8 +170,8 @@ nexusPublishing {
170
171
repositories {
172
sonatype {
173
- nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
174
- snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
175
username.set(project.findProperty("ossrhUsername") as? String)
176
password.set(project.findProperty("ossrhPassword") as? String)
177
0 commit comments