File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
22
22
- name : Configure JFrog Cli
23
23
run : |
24
- jf rt gradlec \
24
+ jf gradlec \
25
25
--use-wrapper \
26
26
--uses-plugin \
27
27
--deploy-ivy-desc=false \
55
55
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
56
56
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
57
57
run : |
58
- jf rt gradle build distZip artifactoryPublish
58
+ jf gradle build distZip artifactoryPublish
59
59
jf rt build-publish
60
60
- name : Push Release
61
61
env :
Original file line number Diff line number Diff line change 59
59
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
60
60
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
61
61
run : |
62
- jf rt gradle build distZip artifactoryPublish
62
+ jf gradle build distZip artifactoryPublish
63
63
jf rt build-publish
64
64
- name : Push Release
65
65
env :
You can’t perform that action at this time.
0 commit comments