Skip to content

Commit 6586afe

Browse files
cushongoogle-java-format Team
authored andcommitted
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
1 parent 0984312 commit 6586afe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<guava.version>32.1.3-jre</guava.version>
9090
<truth.version>1.4.0</truth.version>
9191
<jspecify.version>1.0.0</jspecify.version>
92-
<errorprone.version>2.32.0</errorprone.version>
92+
<errorprone.version>2.34.0</errorprone.version>
9393
<auto-value.version>1.9</auto-value.version>
9494
<auto-service.version>1.0.1</auto-service.version>
9595
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
@@ -196,6 +196,7 @@
196196
<compilerArgs>
197197
<!-- compile-time arguments for google-java-format -->
198198
<arg>-XDcompilePolicy=simple</arg>
199+
<arg>--should-stop=ifError=FLOW</arg>
199200
<arg>-Xplugin:ErrorProne</arg>
200201
<arg>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
201202
<arg>--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>

0 commit comments

Comments
 (0)