We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba5768b + a33a125 commit 3c22a17Copy full SHA for 3c22a17
1 file changed
.github/workflows/maven-build.yml
@@ -67,7 +67,16 @@ jobs:
67
uses: s4u/maven-settings-action@v3.1.0
68
with:
69
sonatypeSnapshots: true
70
-
+ repositories: >-
71
+ [
72
+ {
73
+ "id": "central-snapshots",
74
+ "name": "Maven Repository Switchboard",
75
+ "url": "https://central.sonatype.com/repository/maven-snapshots",
76
+ "snapshots": { "enabled": true },
77
+ "releases": { "enabled": false }
78
+ }
79
+ ]
80
- name: Setup Node.js ${{ inputs.nodeVersion }}
81
uses: actions/setup-node@v4
82
0 commit comments