summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.mmiller@gmail.com>2020-07-13 20:15:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-13 20:15:46 +0000
commitc7e1dcdab58e21bb706107083d2bab5a532dcdbd (patch)
tree5f508b7331ebb56d35eb71ad25bcb2d0e1f93659
parentdeaba768b1042e08c0c0a732f3202ffe106ea038 (diff)
parent7008945e83fcec21a3f601bd011264fcfd25ac67 (diff)
Merge changes I41928d63,I37d0a675 into stable-3.0
* changes: Bump bazel version to 3.4.0 Switch off error prone ExpectedExceptionChecker bug pattern
-rw-r--r--.bazelversion2
-rw-r--r--tools/BUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bazelversion b/.bazelversion
index fd2a01863f..18091983f5 100644
--- a/.bazelversion
+++ b/.bazelversion
@@ -1 +1 @@
-3.1.0
+3.4.0
diff --git a/tools/BUILD b/tools/BUILD
index fb3ed434c6..9ccc0651f4 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -39,7 +39,7 @@ java_package_configuration(
"-Xep:ElementsCountedInLoop:WARN",
"-Xep:EqualsHashCode:WARN",
"-Xep:EqualsIncompatibleType:WARN",
- "-Xep:ExpectedExceptionChecker:ERROR",
+ "-Xep:ExpectedExceptionChecker:OFF",
"-Xep:Finally:WARN",
"-Xep:FloatingPointLiteralPrecision:WARN",
"-Xep:FragmentInjection:WARN",