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()
finalizedBy jacocoTestReport
}
// spotbugs {
@ -196,18 +198,15 @@ tasks.register('pandoc', Exec) {
}
}
jacoco {
//toolVersion = '0.8.9'
}
jacocoTestReport {
dependsOn test
reports {
html.required = true
xml.required = true
html.required = true
}
}
sonarqube {
properties {
property('sonar.organization', 'ethauvin-github')