diff --git a/build.gradle b/build.gradle index d2481037..e937d883 100644 --- a/build.gradle +++ b/build.gradle @@ -79,6 +79,7 @@ task automatedTests(type: Test) { useJUnitPlatform{ includeTags "automated" } + finalizedBy jacocoTestReport } publishing {