Skip to content

Commit 06a199c

Browse files
authored
Merge pull request #22 from GetStream/sonatype_creds1
chore: update sonatype creds
2 parents 82b6cdb + 6674c57 commit 06a199c

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)