Update build.gradle.kts
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m31s
Build / Build and analyze (push) Has been cancelled
Quality Check / Checkstyle Main (pull_request) Successful in 48s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:58:38 +00:00
parent dde8430e67
commit 47878ad3d3

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