diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6462759a99..ac9dfa37dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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