1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 07:14:38 +02:00

make it work with java-14, upgrade to jacoco-0.8.5

This commit is contained in:
soloturn
2020-07-29 09:41:05 +02:00
parent 8e80943926
commit 0bce4be227

View File

@@ -126,7 +126,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.8.2</version>
<version>0.8.5</version>
<executions>
<execution>
<id>prepare-agent</id>
@@ -165,4 +165,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>