Skip to content

Commit

Permalink
Turn on Java warnings and make them errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 23, 2023
1 parent 0510ec9 commit ad36701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: java
JAVA: java
JAVAC: javac
JAVACFLAGS: '-Xlint:all -Werror'
- name: go_old
os: 'ubuntu-20.04'
# 22.04: golang-1.13 17 18 20
Expand Down

0 comments on commit ad36701

Please sign in to comment.