Skip to content

Commit 1acd289

Browse files
committed
fix: configure tests with JUnit platform
1 parent 53178b9 commit 1acd289

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jindong-core/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ mavenPublishing {
105105
}
106106
}
107107

108+
tasks.withType<Test>().configureEach {
109+
useJUnitPlatform()
110+
}
111+
108112
kover {
109113
reports {
110114
total {

0 commit comments

Comments
 (0)