From 6586afee9abcb42f79b64314074f299f036099bd Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Fri, 18 Oct 2024 17:47:58 -0700 Subject: [PATCH] Update Error Prone version to 2.34.0 And pass `--should-stop=ifError=FLOW`, see https://github.com/google/error-prone/releases/tag/v2.34.0 PiperOrigin-RevId: 687476556 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebea1ed3e..c31340223 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 32.1.3-jre 1.4.0 1.0.0 - 2.32.0 + 2.34.0 1.9 1.0.1 3.6.3 @@ -196,6 +196,7 @@ -XDcompilePolicy=simple + --should-stop=ifError=FLOW -Xplugin:ErrorProne --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED