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

Merge pull request #1125 from soloturn/master

Update dependency to work with java 10
This commit is contained in:
cyian-1756
2019-01-06 09:30:01 -05:00
committed by GitHub

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>