We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9136a3f commit ed6f658Copy full SHA for ed6f658
build.gradle.kts
@@ -47,7 +47,7 @@ tasks.withType<Javadoc> {
47
options.encoding = "UTF-8"
48
}
49
50
-tasks.test {
+tasks.withType<Test> {
51
useJUnitPlatform()
52
testLogging {
53
events("passed", "skipped", "failed")
0 commit comments