We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93630d0 commit 7545cecCopy full SHA for 7545cec
build.gradle.kts
@@ -21,7 +21,7 @@ tasks {
21
}
22
23
24
-val test by tasks.getting(Test::class) {
+tasks.withType<Test> {
25
useJUnitPlatform()
26
27
0 commit comments