Skip to content

Commit 182643b

Browse files
committed
Rename test task to jvmTest in build.gradle.kts and adjust configuration.
1 parent f2e4db0 commit 182643b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kotest-multiplatform/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ kotlin {
7575
}
7676
}
7777

78-
tasks.named<Test>("test") {
78+
tasks.named<Test>("jvmTest") {
7979
useJUnitPlatform()
8080
filter {
8181
isFailOnNoMatchingTests = false
8282
}
8383
}
84-

0 commit comments

Comments
 (0)