Junit bugfix

This commit is contained in:
Bruce Eckel 2016-12-21 11:07:03 -08:00
parent efd7a797e3
commit a38bccec06

View File

@ -12,6 +12,7 @@ dependencies {
}
junitPlatform {
platformVersion '1.0.0-M2'
includeClassNamePattern '.*'
}
@ -33,4 +34,4 @@ tasks.findByPath(":$name:junitPlatformTest").configure {
outFile.delete()
}
}
}
}