Skip to content

Commit a06340f

Browse files
committed
update jacoco version in classpath computing
1 parent 2bcb695 commit a06340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/spoonlabs/flacoco/core/coverage/framework/TestFrameworkStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected String computeClasspath() {
7272
+ mavenHome + "org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar" + File.pathSeparatorChar
7373
+ mavenHome + "org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar";
7474

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

7777
// Add JUnit dependencies
7878
if (config.getCustomJUnitClasspath() != null)

0 commit comments

Comments
 (0)