Fixed jacoco reports.
This commit is contained in:
parent
2918c48a3e
commit
53f0f7df8c
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,7 @@ sonarqube {
|
|||
jacocoTestReport {
|
||||
reports {
|
||||
html.enabled true
|
||||
xml.enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -145,3 +146,7 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
|
|||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
}
|
||||
|
||||
tasks.sonarqube {
|
||||
dependsOn("jacocoTestReport")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue