We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7969934 + b1411f8 commit d11d4baCopy full SHA for d11d4ba
.github/workflows/android.yml
@@ -18,7 +18,7 @@ jobs:
18
java-version: 17
19
20
- name: Cache Gradle and wrapper
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: |
24
~/.gradle/caches
scripts/publish-root.gradle
@@ -36,6 +36,8 @@ if (snapshot) {
36
nexusPublishing {
37
repositories {
38
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/"))
41
stagingProfileId = sonatypeStagingProfileId
42
username = ossrhUsername
43
password = ossrhPassword
0 commit comments