Skip to content

Commit e20a69b

Browse files
committed
ANDROID-16209 Migrate [android-nested-scroll-webview] from OSSRH to Central Portal
1 parent c28b86f commit e20a69b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
2323
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2424
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
25-
run: "bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}"
25+
run: "bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}
26+
--max-workers 1 closeAndReleaseStagingRepository"

publish_maven_central.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nexusPublishing {
66
stagingProfileId = "f7fe7699e57a"
77
username = System.getenv("MOBILE_MAVENCENTRAL_USER")
88
password = System.getenv("MOBILE_MAVENCENTRAL_PASSWORD")
9+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
10+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
911
}
1012
}
1113
}

0 commit comments

Comments
 (0)