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.
jf gradlec
1 parent 6a9632e commit 5bf94c6Copy full SHA for 5bf94c6
.github/workflows/verify-staged-artifacts.yml
@@ -33,11 +33,14 @@ jobs:
33
34
- name: Prepare Samples project against Staging
35
run: |
36
+ jf gradlec --repo-resolve libs-staging-local
37
+
38
echo 'allprojects {
39
repositories {
40
maven { url "https://repo.spring.io/libs-staging-local" }
41
}
42
}' > staging-repo-init.gradle
43
44
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
45
46
- name: Verify Spring Integration Samples against staged release
0 commit comments