Skip to content

Commit cddf95c

Browse files
committed
fix tests
1 parent 4e53ebe commit cddf95c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ subprojects {
1515
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
1616
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
1717
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
18+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
1819
}
1920

2021
tasks.test {

0 commit comments

Comments
 (0)