Skip to content

Commit a26cdae

Browse files
Fix: Update Sonatype URL and add to snapshot workflow
The Sonatype snapshot repository URL has been updated from oss.sonatype.org to central.sonatype.com in all relevant files, including Gradle configurations and documentation. The snapshot repository URL has also been added as an environment variable to the `publish-snapshot.yml` GitHub Actions workflow.
1 parent 9d56a18 commit a26cdae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
env:
3030
ORG_GRADLE_PROJECT_repoUsername: ${{ secrets.SONATYPE_USERNAME }}
3131
ORG_GRADLE_PROJECT_repoPassword: ${{ secrets.SONATYPE_PASSWORD }}
32+
ORG_GRADLE_PROJECT_snapshotRepoUrl: "https://central.sonatype.com/content/repositories/snapshots/"
3233
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
3334
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
3435
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)