diff --git a/build.gradle b/build.gradle index bc2c0cc..c2ea429 100644 --- a/build.gradle +++ b/build.gradle @@ -301,6 +301,6 @@ compileJava { //-----------------------------------------------------------------------------------// test { - //exclude '**/*' - useJUnitPlatform() + exclude '**/*' + //useJUnitPlatform() }