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 8fade50f5d - Show all commits

@ -4,6 +4,13 @@ plugins {
id("io.spring.dependency-management") version "1.1.6"
id("checkstyle")
id("org.sonarqube") version "5.0.0.4638"
id "jacoco"
}
jacocoTestReport {
reports {
xml.enabled true
}
}
sonar {