fix: Fix Sonarqube java version #17

Merged
jank merged 15 commits from fix/sonarqube into main 2024-09-25 15:15:46 +00:00
Showing only changes of commit 08144b7a59 - Show all commits

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

Jan K9f 2024-09-25 15:02:52 +00:00

View file

@ -10,8 +10,8 @@ plugins {
tasks.jacocoTestReport {
dependsOn(tasks.test) // Ensure tests are run before generating the report
reports {
xml.isEnabled = true // Enable XML report
html.isEnabled = true // Enable HTML report
xml.required = true
csv.required = true
}
}