From 5bf94c68a9be66a1a78daf160c0fc6ee50a78dbb Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 7 Dec 2023 16:10:51 -0500 Subject: [PATCH] Add `jf gradlec` for verify staging WF --- .github/workflows/verify-staged-artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index b8071dacbd..08819fc820 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -33,11 +33,14 @@ jobs: - name: Prepare Samples project against Staging run: | + jf gradlec --repo-resolve libs-staging-local + echo 'allprojects { repositories { maven { url "https://repo.spring.io/libs-staging-local" } } }' > staging-repo-init.gradle + sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle - name: Verify Spring Integration Samples against staged release