Skip to content

Commit d11d4ba

Browse files
Merge pull request #305 from GetStream/sonatype-url2
Update sonatype URL
2 parents 7969934 + b1411f8 commit d11d4ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 17
1919

2020
- name: Cache Gradle and wrapper
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.gradle/caches

scripts/publish-root.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if (snapshot) {
3636
nexusPublishing {
3737
repositories {
3838
sonatype {
39+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
40+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3941
stagingProfileId = sonatypeStagingProfileId
4042
username = ossrhUsername
4143
password = ossrhPassword

0 commit comments

Comments
 (0)