Skip to content

Commit f530097

Browse files
committed
Pass the right error prone compiler command line arg
1 parent 8feeda9 commit f530097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ under the License.
868868
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
869869
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
870870
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
871+
<arg>--should-stop=ifError=FLOW</arg>
871872
</compilerArgs>
872873
<annotationProcessorPaths combine.children="append">
873874
<path>

0 commit comments

Comments
 (0)