Added jacoco reports to sonarqube.
This commit is contained in:
parent
4f66ef8024
commit
730deed7c0
1 changed files with 4 additions and 0 deletions
|
@ -194,3 +194,7 @@ sonarqube {
|
||||||
property("sonar.sourceEncoding", "UTF-8")
|
property("sonar.sourceEncoding", "UTF-8")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.sonarqube {
|
||||||
|
dependsOn("jacocoTestReport")
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue