File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 12
12
GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
13
13
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
14
14
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
15
- JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
16
15
GITHUB_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
17
16
18
17
jobs :
@@ -30,19 +29,15 @@ jobs:
30
29
- name : Set up Gradle
31
30
uses : spring-io/spring-gradle-build-action@v2
32
31
33
- - uses : jfrog/setup-jfrog-cli@v3
34
-
35
32
- name : Prepare Samples project against Staging
36
33
run : |
37
- jf gradlec --repo-resolve libs-staging-local
38
-
39
34
printf "allprojects {
40
35
repositories {
41
36
maven {
42
37
url 'https://repo.spring.io/libs-staging-local'
43
38
credentials {
44
- username 'spring-builds'
45
- password '$GITHUB_TOKEN'
39
+ username = 'spring-builds'
40
+ password = '$GITHUB_TOKEN'
46
41
}
47
42
}
48
43
}
51
46
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
52
47
53
48
- name : Verify Spring Integration Samples against staged release
54
- run : jf gradle check --init-script staging-repo-init.gradle
49
+ run : gradle check --init-script staging-repo-init.gradle
You can’t perform that action at this time.
0 commit comments