Skip to content

Commit

Permalink
Add Gradle warnings to GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBailey committed Jun 11, 2024
1 parent b601292 commit 028628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: 'gradle/gradle-build-action@v2' # https://github.com/marketplace/actions/gradle-build-action
with:
gradle-version: 'wrapper'
arguments: 'build'
arguments: 'build --warning-mode=all'

0 comments on commit 028628a

Please sign in to comment.