Update to JaCoCo 0.8.2 with works Java 11+.

This commit is contained in:
pascalschumacher 2018-12-20 14:48:34 +01:00
parent a48d045709
commit e0a5a4b5b6
1 changed files with 2 additions and 11 deletions

13
pom.xml
View File

@ -629,6 +629,8 @@
<junit.version>5.3.2</junit.version>
<commons.jacoco.version>0.8.2</commons.jacoco.version>
<!-- generate report even if there are binary incompatible changes -->
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
<!-- 0.12.0 dies with a NullPointerException -->
@ -900,17 +902,6 @@
</properties>
</profile>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<properties>
<!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 -->
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
<profile>
<id>benchmark</id>
<properties>