Skip to content

Commit 0ac0d83

Browse files
authored
Merge pull request #24 from GetStream/sonatype_creds3
chore: revert to sonatype working url
2 parents 11eb25d + c4267b0 commit 0ac0d83

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,11 @@ signing {
172172
nexusPublishing {
173173
repositories {
174174
sonatype {
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)
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
179180
}
180181
}
181-
}
182+
}

0 commit comments

Comments
 (0)