Skip to content

Commit 5bf94c6

Browse files
committed
Add jf gradlec for verify staging WF
1 parent 6a9632e commit 5bf94c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ jobs:
3333

3434
- name: Prepare Samples project against Staging
3535
run: |
36+
jf gradlec --repo-resolve libs-staging-local
37+
3638
echo 'allprojects {
3739
repositories {
3840
maven { url "https://repo.spring.io/libs-staging-local" }
3941
}
4042
}' > staging-repo-init.gradle
43+
4144
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
4245
4346
- name: Verify Spring Integration Samples against staged release

0 commit comments

Comments
 (0)