Updated pom to tell errorprone to excluude the jcabi directory.

This commit is contained in:
Greg Martin 2020-03-19 09:18:23 -04:00
parent 4cd3cc2336
commit d16ed66dcc
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
<compilerArgs>
<!-- NullAway will warn by default, uncomment the next line to make the build fail -->
<!-- <arg>-Xep:NullAway:ERROR</arg> -->
<arg>-XepExcludedPaths:(.*)/test/.*|(.*)/streamex/.*</arg>
<arg>-XepExcludedPaths:(.*)/test/.*|(.*)/streamex/.*|(.*)/jcabi/.*</arg>
<arg>-XepOpt:NullAway:AnnotatedPackages=com.baeldung.nullaway</arg>
</compilerArgs>
</configuration>