jacoco fixed for jdk 10
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
50ca9d87d8
commit
6f14b22a92
3
pom.xml
3
pom.xml
|
@ -1015,12 +1015,13 @@
|
|||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<!-- https://github.com/jacoco/jacoco/pull/629 -->
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
<skip>false</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue