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.
1 parent 7969934 commit 2006249Copy full SHA for 2006249
.github/workflows/android.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- name: set up JDK
16
uses: actions/setup-java@v1
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