dependencies { testCompile 'org.junit.jupiter:junit-jupiter:5.4.1' } test { useJUnitPlatform() testLogging { events "passed", "skipped", "failed" } }