Validate server JSON with org.json as well

This commit is contained in:
Anuken
2023-12-09 12:38:16 -05:00
parent 45c21d60bf
commit cecd84817c
2 changed files with 5 additions and 0 deletions

View File

@@ -381,6 +381,7 @@ project(":tests"){
testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1"
testImplementation arcModule("backends:backend-headless")
testImplementation "org.json:json:20230618"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1"
}