Skip to content

Commit

Permalink
Update Error Prone version to 2.34.0
Browse files Browse the repository at this point in the history
And pass `--should-stop=ifError=FLOW`, see https://github.com/google/error-prone/releases/tag/v2.34.0

PiperOrigin-RevId: 687477920
  • Loading branch information
cushon authored and Javac Team committed Oct 19, 2024
1 parent c7c39e4 commit d8c1bf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<asm.version>9.7</asm.version>
<guava.version>32.1.1-jre</guava.version>
<errorprone.version>2.32.0</errorprone.version>
<errorprone.version>2.34.0</errorprone.version>
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -187,6 +187,7 @@
<compilerArgs>
<arg>-parameters</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne</arg>
</compilerArgs>
<annotationProcessorPaths>
Expand Down

0 comments on commit d8c1bf2

Please sign in to comment.