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" version "4.6.2-SNAPSHOT"
test { test {
useJUnitPlatform() // useJUnitPlatform()
testLogging { testLogging {
events "passed", "failed" events "passed", "failed"
exceptionFormat "full" exceptionFormat "full"