File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,12 @@ jobs:
48
48
17
49
49
cache : gradle
50
50
- uses : jfrog/setup-jfrog-cli@v3
51
- with :
52
- version : 2.21.5
53
51
env :
52
+ JF_URL : ' https://repo.spring.io'
54
53
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
55
54
- name : Configure JFrog Cli
56
55
run : |
57
- jf rt gradlec \
56
+ jf gradlec \
58
57
--use-wrapper \
59
58
--uses-plugin \
60
59
--deploy-ivy-desc=false \
72
71
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
73
72
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
74
73
run : |
75
- jf rt gradle build artifactoryPublish
74
+ jf gradle build artifactoryPublish
76
75
jf rt build-publish
Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ jobs:
21
21
with :
22
22
maven-version : 3.8.4
23
23
- uses : jfrog/setup-jfrog-cli@v3
24
- with :
25
- version : 2.21.5
26
24
env :
25
+ JF_URL : ' https://repo.spring.io'
27
26
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
28
27
- name : Configure JFrog Cli
29
28
run : |
30
- jf rt gradlec \
29
+ jf gradlec \
31
30
--use-wrapper \
32
31
--uses-plugin \
33
32
--deploy-ivy-desc=false \
61
60
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
62
61
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
63
62
run : |
64
- jf rt gradle build artifactoryPublish
63
+ jf gradle build artifactoryPublish
65
64
jf rt build-publish
66
65
- name : Push Release
67
66
env :
83
82
steps :
84
83
- uses : actions/checkout@v3
85
84
- uses : jfrog/setup-jfrog-cli@v3
86
- with :
87
- version : 2.21.5
88
85
env :
86
+ JF_URL : ' https://repo.spring.io'
89
87
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
90
88
- name : Configure JFrog Cli
91
89
run : |
@@ -159,9 +157,8 @@ jobs:
159
157
steps :
160
158
- uses : actions/checkout@v3
161
159
- uses : jfrog/setup-jfrog-cli@v3
162
- with :
163
- version : 2.21.5
164
160
env :
161
+ JF_URL : ' https://repo.spring.io'
165
162
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
166
163
- name : Configure JFrog Cli
167
164
run : |
Original file line number Diff line number Diff line change 24
24
with :
25
25
maven-version : 3.8.4
26
26
- uses : jfrog/setup-jfrog-cli@v3
27
- with :
28
- version : 2.21.5
29
27
env :
28
+ JF_URL : ' https://repo.spring.io'
30
29
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
31
30
- name : Configure JFrog Cli
32
31
run : |
87
86
steps :
88
87
- uses : actions/checkout@v3
89
88
- uses : jfrog/setup-jfrog-cli@v3
90
- with :
91
- version : 2.21.5
92
89
env :
90
+ JF_URL : ' https://repo.spring.io'
93
91
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
94
92
- name : Configure JFrog Cli
95
93
run : |
You can’t perform that action at this time.
0 commit comments