Skip to content

Commit

Permalink
Skip JaCoCo for Java 11 in dropwizard-example
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jun 20, 2018
1 parent 905f842 commit f3c8fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dropwizard-example/pom.xml
Expand Up @@ -363,6 +363,8 @@
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- https://github.com/jacoco/jacoco/issues/663 -->
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit f3c8fd7

Please sign in to comment.