Skip to content

Commit

Permalink
ci: show Gradle deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smancill committed Apr 8, 2024
1 parent baf8c6c commit a309a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Build with Gradle
run: |
./gradlew -PciMode=true build codenarc spotbugs
./gradlew integration
./gradlew --warning-mode=all -PciMode=true build codenarc spotbugs
./gradlew --warning-mode=all integration

0 comments on commit a309a94

Please sign in to comment.