Update build.gradle.kts
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m28s
Build / Build and analyze (push) Successful in 1m40s
Quality Check / Checkstyle Main (pull_request) Successful in 35s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:43:01 +00:00
parent 3cc3ec1f7d
commit 687b971958

@ -7,9 +7,9 @@ plugins {
id("jacoco")
}
jacocoTestReport {
tasks.jacocoTestReport {
reports {
xml.enabled(true)
xml.required = false
}
}