Skip to content

Commit 6674c57

Browse files
committed
chore: update sonatype creds
1 parent 82b6cdb commit 6674c57

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,10 @@ signing {
172172
nexusPublishing {
173173
repositories {
174174
sonatype {
175-
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
176-
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
177-
username = extra["ossrhUsername"] as String
178-
password = extra["ossrhPassword"] as String
179-
stagingProfileId = extra["sonatypeStagingProfileId"] as String
175+
nexusUrl.set(uri("https://oss.sonatype.org/service/rest/"))
176+
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
177+
username.set(extra["ossrhUsername"] as String)
178+
password.set(extra["ossrhPassword"] as String)
180179
}
181180
}
182-
}
181+
}

0 commit comments

Comments
 (0)