Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit ea472b1

Browse files
committed
Use junit-platform-launcher
1 parent d4a30df commit ea472b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

engine/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ dependencies {
7979

8080
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
8181
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.7")
82+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
8283
}
8384

8485
java {

integrationtest/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
testRuntimeOnly(libs.logback)
5656
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
5757
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.7")
58+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
5859
}
5960
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)
6061

0 commit comments

Comments
 (0)