Skip to content

Commit 2383e00

Browse files
authored
Merge pull request #20 from GetStream/sonatype_creds
chore: update sonatype creds
2 parents fda0423 + e6932f1 commit 2383e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ 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/"))
175177
username = extra["ossrhUsername"] as String
176178
password = extra["ossrhPassword"] as String
177179
stagingProfileId = extra["sonatypeStagingProfileId"] as String

0 commit comments

Comments
 (0)