Skip to content

Commit

Permalink
Merge pull request #321 from amihaiemil/320
Browse files Browse the repository at this point in the history
#320 disabled jacoco
  • Loading branch information
amihaiemil authored Feb 26, 2020
2 parents 069796c + dbba49f commit 05c6d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
Expand All @@ -127,7 +127,7 @@
<configuration>
<failOnServiceError>false</failOnServiceError>
</configuration>
</plugin>
</plugin>-->
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 05c6d1d

Please sign in to comment.