Skip to content

Commit 561a113

Browse files
committed
Fix jacoco again
1 parent e83b903 commit 561a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ tasks.withType(Test) {
263263
}
264264
}
265265

266-
if (experiment == null || "".equals(experiment)) {
266+
if (experimental == null || "".equals(experimental)) {
267267
jacocoTestReport {
268268
dependsOn test
269269
dependsOn testNG

0 commit comments

Comments
 (0)