Skip to content

Commit 376d23c

Browse files
committed
Migrate to Maven Central Publisher Portal
1 parent a0f5c9f commit 376d23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telemetry/jetbrains/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ nexusPublishing {
170170

171171
repositories {
172172
sonatype {
173-
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
174-
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
173+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
174+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
175175
username.set(project.findProperty("ossrhUsername") as? String)
176176
password.set(project.findProperty("ossrhPassword") as? String)
177177

0 commit comments

Comments
 (0)