Skip to content

Commit c78cab4

Browse files
committed
Fix for issue #1
Updated the Jacoco plugin to the latest as it seems to work with Java 8.
1 parent 3b3e5e1 commit c78cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository serves as an **example** on how to use [Codecov Global][4] for J
1414
<plugin>
1515
<groupId>org.jacoco</groupId>
1616
<artifactId>jacoco-maven-plugin</artifactId>
17-
<version>0.5.8.201207111220</version>
17+
<version>0.7.5.201505241946</version>
1818
<executions>
1919
<execution>
2020
<goals>

0 commit comments

Comments
 (0)