Fixed test running warning

This commit is contained in:
Josh-Larson
2025-05-18 19:47:54 -05:00
parent 4d5fde9ac8
commit a2f8473170

View File

@@ -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<Jar> {