Skip to content

Commit

Permalink
Don't run ErrorProne and NullAway for dropwizard-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Nov 13, 2017
1 parent 207c3cb commit 7fb9db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
<arg>-XepDisableWarningsInGeneratedCode</arg>
<arg>-Xep:NullAway:ERROR</arg>
<arg>-XepOpt:NullAway:AnnotatedPackages=io.dropwizard</arg>
<arg>-XepOpt:NullAway:UnannotatedSubPackages=io.dropwizard.benchmarks</arg>
</compilerArgs>
</configuration>
<dependencies>
Expand Down

0 comments on commit 7fb9db9

Please sign in to comment.