From a2f8473170d176156adc2fda0096ad152a9cadf4 Mon Sep 17 00:00:00 2001 From: Josh-Larson Date: Sun, 18 May 2025 19:47:54 -0500 Subject: [PATCH] Fixed test running warning --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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 {