use JUnitPlatform for tests

This commit is contained in:
Rsl1122 2019-01-22 20:23:52 +02:00
parent cd633e28d2
commit 7d5be23739

View File

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