Update jacoco plugin for java10 compatibility

This commit is contained in:
Andreas Dangel
2018-04-18 10:28:56 +02:00
parent 22a50a14cf
commit 3d9c63a271

View File

@ -476,7 +476,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<version>0.8.1</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->