Skip to content

Commit 2006249

Browse files
Update sonatype URL
1 parent 7969934 commit 2006249

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
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: set up JDK
1616
uses: actions/setup-java@v1

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)