Skip to content

Commit b60152d

Browse files
author
Stanley Shyiko
committed
Made mvn test work on JDK 1.8
1 parent 8e1d95a commit b60152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<plugin>
274274
<groupId>org.jacoco</groupId>
275275
<artifactId>jacoco-maven-plugin</artifactId>
276-
<version>0.6.3.201306030806</version>
276+
<version>0.7.9</version>
277277
<configuration>
278278
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
279279
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>

0 commit comments

Comments
 (0)