Skip to content

Commit

Permalink
Error Prone doesn't support Java 14
Browse files Browse the repository at this point in the history
This isn't well documented in the slightest, but
google/guava#6243 points to the right place and
google/error-prone#3540 is the core issue.
  • Loading branch information
dkfellows committed Jun 15, 2023
1 parent 41157e3 commit 30e3089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
cache: 'maven'

- name: "Check: Error Prone"
if: matrix.java != 14
run: mvn clean test-compile -P "ErrorProne,!jsp-precompile" --settings $SETTINGS_FILE
- name: "Check: Code Style"
run: mvn directory:highest-basedir@find-root checkstyle:check --settings $SETTINGS_FILE
Expand Down

0 comments on commit 30e3089

Please sign in to comment.