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 635c753 commit 9ffde53Copy full SHA for 9ffde53
.github/workflows/build-snapshot.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-24.04
27
environment:
28
name: snapshots
29
- url: https://oss.sonatype.org/content/repositories/snapshots/lv/ctco/scm/gradle-mobile-plugin/
+ url: https://central.sonatype.com/repository/maven-snapshots/
30
env:
31
ORG_GRADLE_PROJECT_ossrhUsername: ${{secrets.OSSRH_USERNAME}}
32
ORG_GRADLE_PROJECT_ossrhPassword: ${{secrets.OSSRH_PASSWORD}}
0 commit comments