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 687b971958 - Show all commits

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