diff --git a/build.gradle b/build.gradle index 6e7d0d4..478fc4b 100644 --- a/build.gradle +++ b/build.gradle @@ -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')