Skip to content

Commit

Permalink
fix JaCoCo
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jul 19, 2021
1 parent c9533b0 commit 36c77ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@
</goals>
</execution>
</executions>
<!-- workaround for https://github.com/jacoco/jacoco/issues/407 -->
<configuration>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 36c77ab

Please sign in to comment.