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 359107d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dropwizard-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
<artifactId>dropwizard-benchmarks</artifactId>
<name>Dropwizard Benchmarks</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration combine.self="override">
<source>1.8</source>
<target>1.8</target>
<optimize>true</optimize>
<debug>true</debug>
</configuration>
</plugin>
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 359107d

Please sign in to comment.