Skip to content

Commit b448def

Browse files
committed
Show All Warnings For Gradle Builds In CI Pipeline
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 7317c5f commit b448def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
171171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
172172
working-directory: hooks/${{ matrix.unit }}/hook
173-
run: ./gradlew build --info
173+
run: ./gradlew build --info --warning-mode all
174174

175175
# ---- Build Stage ----
176176

0 commit comments

Comments
 (0)