Update build.gradle.kts
Some checks failed
Quality Check / Tests (pull_request) Failing after 31s
Build / Build and analyze (push) Failing after 40s
Quality Check / Checkstyle Main (pull_request) Failing after 22s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:53:58 +00:00
parent dbf584fd67
commit 1474d5535d

@ -74,4 +74,8 @@ dependencies {
tasks.withType<Test> { tasks.withType<Test> {
useJUnitPlatform() useJUnitPlatform()
reports {
junitXml.isEnabled = true // Enable JUnit XML reports
html.isEnabled = true // Enable HTML reports
}
} }