fix: Fix Sonarqube java version #17
@ -4,6 +4,13 @@ plugins {
|
|||||||
id("io.spring.dependency-management") version "1.1.6"
|
id("io.spring.dependency-management") version "1.1.6"
|
||||||
id("checkstyle")
|
id("checkstyle")
|
||||||
id("org.sonarqube") version "5.0.0.4638"
|
id("org.sonarqube") version "5.0.0.4638"
|
||||||
|
id "jacoco"
|
||||||
|
}
|
||||||
|
|
||||||
|
jacocoTestReport {
|
||||||
|
reports {
|
||||||
|
xml.enabled true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sonar {
|
sonar {
|
||||||
|
Loading…
Reference in New Issue
Block a user