Update jacoco version to 0.7.2
- It seems to have Java 8 related fixes: http://www.eclemma.org/jacoco/trunk/doc/changes.html Change-Id: I5093ff1337fb074b4a6865c14887cb98c370ff1e
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -627,7 +627,7 @@ | ... | @@ -627,7 +627,7 @@ |
627 | <plugin> | 627 | <plugin> |
628 | <groupId>org.jacoco</groupId> | 628 | <groupId>org.jacoco</groupId> |
629 | <artifactId>jacoco-maven-plugin</artifactId> | 629 | <artifactId>jacoco-maven-plugin</artifactId> |
630 | - <version>0.7.1.201405082137</version> | 630 | + <version>0.7.2.201409121644</version> |
631 | <executions> | 631 | <executions> |
632 | <execution> | 632 | <execution> |
633 | <id>default-prepare-agent</id> | 633 | <id>default-prepare-agent</id> | ... | ... |
-
Please register or login to post a comment