Skip to content

Commit

Permalink
update jacoco version in classpath computing
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed May 16, 2022
1 parent 2bcb695 commit a06340f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected String computeClasspath() {
+ mavenHome + "org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar" + File.pathSeparatorChar
+ mavenHome + "org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar";

jacocoClassPath = mavenHome + "org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.jar";
jacocoClassPath = mavenHome + "org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar";

// Add JUnit dependencies
if (config.getCustomJUnitClasspath() != null)
Expand Down

0 comments on commit a06340f

Please sign in to comment.