Skip to content

Commit b9d7ffc

Browse files
authored
Merge pull request #181 from GetStream/sonatype-update
[PBE-000]chore: update sonatype url
2 parents 39ed725 + 5b367dd commit b9d7ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if (secretPropsFile.exists()) {
2828
nexusPublishing {
2929
repositories {
3030
sonatype {
31+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
32+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3133
stagingProfileId = sonatypeStagingProfileId
3234
username = ossrhUsername
3335
password = ossrhPassword

0 commit comments

Comments
 (0)