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.
2 parents 9136a3f + ed6f658 commit 07fcb58Copy full SHA for 07fcb58
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