Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into dev/birschick-bq/cl…
Browse files Browse the repository at this point in the history
…ient-tests
  • Loading branch information
birschick-bq committed Oct 25, 2024
2 parents f1a3795 + a94fd9b commit 0fe67c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
<compilerArgs combine.children="append">
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne -Xep:NullAway:ERROR -XepOpt:NullAway:AnnotatedPackages=com.uber</arg>
<arg>--should-stop=ifError=FLOW</arg>
<!-- javac only reports the first 100 errors or warnings -->
<arg>-Xmaxerrs</arg>
<arg>10000</arg>
Expand All @@ -337,7 +338,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.33.0</version>
<version>2.34.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>
Expand Down

0 comments on commit 0fe67c7

Please sign in to comment.