Skip to content

Commit a38bcce

Browse files
committed
Junit bugfix
1 parent efd7a79 commit a38bcce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/junit-jupiter.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
}
1313

1414
junitPlatform {
15+
platformVersion '1.0.0-M2'
1516
includeClassNamePattern '.*'
1617
}
1718

@@ -33,4 +34,4 @@ tasks.findByPath(":$name:junitPlatformTest").configure {
3334
outFile.delete()
3435
}
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)