Skip to content

Commit

Permalink
chore: set warning mode to all
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Nov 15, 2024
1 parent 42b15bf commit a9576c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
run: ./gradlew build --warning-mode=all
- name: capture build artifacts
if: ${{ matrix.java == '21' }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a9576c6

Please sign in to comment.