Fixed Jacoco reports generation

This commit is contained in:
Erik C. Thauvin 2023-07-17 13:13:06 -07:00
parent ad17e7edef
commit 4e096b3dad

View file

@ -152,6 +152,8 @@ test {
} }
useTestNG() useTestNG()
finalizedBy jacocoTestReport
} }
// spotbugs { // spotbugs {
@ -196,18 +198,15 @@ tasks.register('pandoc', Exec) {
} }
} }
jacoco {
//toolVersion = '0.8.9'
}
jacocoTestReport { jacocoTestReport {
dependsOn test dependsOn test
reports { reports {
html.required = true
xml.required = true xml.required = true
html.required = true
} }
} }
sonarqube { sonarqube {
properties { properties {
property('sonar.organization', 'ethauvin-github') property('sonar.organization', 'ethauvin-github')