Skip to content

Commit

Permalink
JaCoCo on Java 8 is different from other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 21, 2024
1 parent 7579d29 commit 52e48f0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@
</testIncludes>
</configuration>
</plugin>

<!-- Hook the benchmarks to the test phase -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -527,7 +526,17 @@
</plugins>
</build>
</profile>

<profile>
<!-- Java 8 only -->
<id>java-8</id>
<activation>
<jdk>8</jdk>
</activation>
<properties>
<!-- JaCoCo on Java 8 is different from other versions. -->
<commons.jacoco.classRatio>0.89</commons.jacoco.classRatio>
</properties>
</profile>
</profiles>

<developers>
Expand Down

0 comments on commit 52e48f0

Please sign in to comment.