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 1474d5535d - Show all commits

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

Jan K9f 2024-09-25 14:53:58 +00:00

View file

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