1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-27 15:49:50 +02:00

update jacoco to 0.8.2, supports also java10

This commit is contained in:
soloturn
2018-12-27 10:29:39 +01:00
parent 17d306ab94
commit 39ca112354

View File

@@ -102,7 +102,7 @@
<!-- At time of writing: JaCoCo is (allegedly) the only coverage report generator that supports Java 8 -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
<version>0.8.2</version>
<executions>
<execution>
<id>prepare-agent</id>