Commented useJUnitPlatform from build.gradle

This commit is contained in:
Rsl1122 2019-01-23 18:03:28 +02:00
parent 49561be4cc
commit 6effe352b2

View File

@ -15,7 +15,7 @@ allprojects {
version "4.6.2-SNAPSHOT"
test {
useJUnitPlatform()
// useJUnitPlatform()
testLogging {
events "passed", "failed"
exceptionFormat "full"