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

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