-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build and test against Error Prone 2.15.0 (#665)
EP 2.15.0 has a check enabled by default that we want to disable (see google/error-prone#3366). We cannot just disable this check with the existing config, since it does not exist in version 2.10.0, the latest version that works with JDK 8. Rather than adding conditional config around this one check, this PR disables compiling our code with Error Prone checks on JDK 8. We still check all our code with Error Prone on JDK 11+, and we are still running our own tests on JDK 8 (for now; see #634). Beyond the config changes, no code changes were required.
- Loading branch information
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters