File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
cache : ' gradle'
41
41
42
42
- name : Build
43
- run : ./gradlew build buildPlugin --info
43
+ run : ./gradlew build buildPlugin --info --stacktrace
44
44
45
45
- name : Try upload test reports when failure occurs
46
46
uses : actions/upload-artifact@v4
95
95
cache : ' gradle'
96
96
97
97
- name : Run Checkstyle
98
- run : ./gradlew checkstyleMain checkstyleTest -PcheckstyleEnabled
98
+ run : ./gradlew checkstyleMain checkstyleTest -PcheckstyleEnabled --stacktrace
99
99
100
100
pmd :
101
101
runs-on : ubuntu-latest
@@ -118,7 +118,7 @@ jobs:
118
118
cache : ' gradle'
119
119
120
120
- name : Run PMD
121
- run : ./gradlew pmdMain pmdTest -PpmdEnabled
121
+ run : ./gradlew pmdMain pmdTest -PpmdEnabled --stacktrace
122
122
123
123
- name : Upload report
124
124
if : always()
Original file line number Diff line number Diff line change 44
44
java-version : 21
45
45
46
46
- name : Check compatibility
47
- run : ./gradlew verifyPlugin --info
47
+ run : ./gradlew verifyPlugin --info --stacktrace
48
48
49
49
- name : Upload report
50
50
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 23
23
cache : ' gradle'
24
24
25
25
- name : Build
26
- run : ./gradlew build buildPlugin --info
26
+ run : ./gradlew build buildPlugin --info --stacktrace
27
27
28
28
- name : Check for uncommited changes
29
29
run : |
Original file line number Diff line number Diff line change 69
69
70
70
- name : Build
71
71
run : |
72
- ./gradlew build sonar -x test --info \
72
+ ./gradlew build sonar -x test --info --stacktrace \
73
73
-Dsonar.projectKey=${{ env.SONARCLOUD_ORG }}_${{ github.event.repository.name }} \
74
74
-Dsonar.organization=${{ env.SONARCLOUD_ORG }} \
75
75
-Dsonar.host.url=${{ env.SONARCLOUD_HOST }}
You can’t perform that action at this time.
0 commit comments