File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -41,31 +41,27 @@ jobs:
41
41
with :
42
42
gradle-version : ' 7.5'
43
43
44
- - name : Debug ARTIFACTORY_URL
45
- run : echo "ARTIFACTORY_URL=${ARTIFACTORY_URL}"
46
- env :
47
- ARTIFACTORY_URL : ${{ env.ARTIFACTORY_URL }}
48
44
49
45
# - name: Build files
50
46
# run: |
51
47
# gradle build -x test --info \
52
48
# -Dusername="${ARTIFACTORY_USER}" \
53
49
# -Dpassword="${ARTIFACTORY_PASSWORD}" \
54
- # -Drepository_url ="${ARTIFACTORY_URL}"
50
+ # -Dartifactory_contextUrl ="${ARTIFACTORY_URL}"
55
51
56
52
- name : Do tests
57
53
run : |
58
54
gradle clean test --info build \
59
55
-Dusername="${ARTIFACTORY_USER}" \
60
56
-Dpassword="${ARTIFACTORY_PASSWORD}" \
61
- -Drepository_url ="${ARTIFACTORY_URL}"
57
+ -Dartifactory_contextUrl ="${ARTIFACTORY_URL}"
62
58
63
59
- name : Build Jar
64
60
run : |
65
61
gradle jar --info build \
66
62
-Dusername="${ARTIFACTORY_USER}" \
67
63
-Dpassword="${ARTIFACTORY_PASSWORD}" \
68
- -Drepository_url ="${ARTIFACTORY_URL}"
64
+ -Dartifactory_contextUrl ="${ARTIFACTORY_URL}"
69
65
70
66
- name : SonarQube Quality Gate check
71
67
id : sonarqube-quality-gate-check
You can’t perform that action at this time.
0 commit comments