File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ under the License.
108108 <forkCount >2</forkCount >
109109 <checkstyle .version>10.21.4</checkstyle .version>
110110 <checkstyle .failOnViolation>true</checkstyle .failOnViolation>
111- <error_prone_core .version>2.31 .0</error_prone_core .version>
111+ <error_prone_core .version>2.37 .0</error_prone_core .version>
112112 <checker .framework.version>3.49.1</checker .framework.version>
113113 <logback .version>1.5.18</logback .version>
114114 <doclint >none</doclint >
@@ -845,6 +845,7 @@ under the License.
845845 -->
846846 <id >error-prone</id >
847847 <activation >
848+ <jdk >[17,)</jdk >
848849 <property >
849850 <name >!m2e.version</name >
850851 </property >
@@ -868,6 +869,7 @@ under the License.
868869 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
869870 <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
870871 <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg >
872+ <arg >--should-stop=ifError=FLOW</arg >
871873 </compilerArgs >
872874 <annotationProcessorPaths combine.children=" append" >
873875 <path >
You can’t perform that action at this time.
0 commit comments