Skip to content

Commit 7545cec

Browse files
committed
Polish Gradle build
1 parent 93630d0 commit 7545cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks {
2121
}
2222
}
2323

24-
val test by tasks.getting(Test::class) {
24+
tasks.withType<Test> {
2525
useJUnitPlatform()
2626
}
2727

0 commit comments

Comments
 (0)