Update to JaCoCo 0.8.2 with works Java 11+.
This commit is contained in:
parent
a48d045709
commit
e0a5a4b5b6
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue