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.
refresh-dependencies
1 parent c6a546e commit 63a4303Copy full SHA for 63a4303
.github/workflows/verify-staged-artifacts.yml
@@ -45,4 +45,4 @@ jobs:
45
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
46
47
- name: Verify Spring Integration Samples against staged release
48
- run: ./gradlew check --init-script staging-repo-init.gradle
+ run: ./gradlew check --init-script staging-repo-init.gradle --refresh-dependencies
0 commit comments