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 { junitPlatform {
platformVersion '1.0.0-M2'
includeClassNamePattern '.*' includeClassNamePattern '.*'
} }