diff --git a/build.gradle.kts b/build.gradle.kts index 12b44c2..a331517 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,6 +72,7 @@ dependencies { testImplementation(group="org.junit.jupiter", name="junit-jupiter-api", version=junit5Version) testImplementation(group="org.junit.jupiter", name="junit-jupiter-params", version=junit5Version) testRuntimeOnly(group="org.junit.jupiter", name="junit-jupiter-engine", version=junit5Version) + testRuntimeOnly(group="org.junit.platform", name="junit-platform-launcher", version="1.12.2") } tasks.withType {