Fixed tests

This commit is contained in:
Anuken
2026-02-24 12:19:23 -05:00
parent 769e45e65a
commit 8d16c1768e
2 changed files with 19 additions and 13 deletions

View File

@@ -396,6 +396,7 @@ project(":tests"){
testImplementation arcModule("backends:backend-headless")
testImplementation "org.json:json:20230618"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
}
tasks.withType(JavaCompile){