Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bazel: Disable ImmutableAnnotationChecker error prone check
The severity of this check was demoted to WARN in Id7911fb6dd8. But then was promoted again to ERROR in I72d6044a4d5. However, the root cause of the compilation breakage is the Error Prone false positive error reporting for ImmutableAnnotationChecker check on Java 11 and later: [1], [2]. Disable the check for now, and consider to re-enable it again, when the breakage is fixed upstream. This is needed to support building Gerrit on Java 11 and newer Java versions. [1] bazelbuild/bazel#9378 [2] google/error-prone#1348 Change-Id: Ib1778629fef5e2f61891ff0a176e4b5c74f2aa8a
- Loading branch information