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

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:55:46 +00:00
parent 1474d5535d
commit ba30d74ed3

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