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 3f45de4 commit 1087981Copy full SHA for 1087981
.github/actions/sync-to-maven-central/action.yml
@@ -40,7 +40,7 @@ runs:
40
- name: Await
41
shell: bash
42
run: |
43
- url=${{ format('https://repo.maven.apache.org/maven2/io/spring/gradle/nullability-plugin/{0}/nullability-plugin-{0}.jar', inputs.nullability-plugin-version) }}
+ url=${{ format('https://repo.maven.apache.org/maven2/io/spring/gradle/nullability/nullability-plugin/{0}/nullability-plugin-{0}.jar', inputs.nullability-plugin-version) }}
44
echo "Waiting for $url"
45
until curl --fail --head --silent $url > /dev/null
46
do
0 commit comments