Sonarcloud needs jacco reports in xml format now.
This commit is contained in:
parent
8d2b387c97
commit
2ca48c0aef
1 changed files with 7 additions and 1 deletions
|
@ -215,7 +215,7 @@ task deploy(dependsOn: ['clean', 'build', 'copyToDeploy']) {
|
||||||
mustRunAfter clean
|
mustRunAfter clean
|
||||||
}
|
}
|
||||||
|
|
||||||
task release(dependsOn: ['wrapper', 'deploy', 'publishToMavenLocal']) {
|
task release(dependsOn: ['wrapper', 'deploy', 'pandoc', 'publishToMavenLocal']) {
|
||||||
group = 'Publishing'
|
group = 'Publishing'
|
||||||
description = 'Releases new version.'
|
description = 'Releases new version.'
|
||||||
}
|
}
|
||||||
|
@ -241,6 +241,12 @@ task pandoc(type: Exec) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jacocoTestReport {
|
||||||
|
reports {
|
||||||
|
xml.enabled true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property("sonar.projectKey", "ethauvin_HttpStatus")
|
property("sonar.projectKey", "ethauvin_HttpStatus")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue