Skip to content

Commit

Permalink
Downgrade jacoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 14, 2020
1 parent b04cd64 commit 7c60f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -24,7 +24,6 @@
</snapshots>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand All @@ -34,6 +33,8 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<!-- this version is required, otherwise jacoco fails (tested with 0.8.5) -->
<version>0.8.2</version>
<configuration>
<excludes>
<!-- excludes system scoped dependencies -->
Expand Down

0 comments on commit 7c60f85

Please sign in to comment.