Package io.gitlab.ntduycse.convention
Class JacocoConvention
java.lang.Object
io.gitlab.ntduycse.convention.JacocoConvention
DevKit defaults for the Gradle
JacocoPlugin (built-in).-
Method Summary
Modifier and TypeMethodDescriptionstatic voidconfigure(org.gradle.api.Project project, SpringQuickstartExtension ext) ConfiguresjacocoTestReportandjacocoTestCoverageVerificationwhen the JaCoCo plugin is on the project (DevKit applies it together withJavaPlugin).
-
Method Details
-
configure
ConfiguresjacocoTestReportandjacocoTestCoverageVerificationwhen the JaCoCo plugin is on the project (DevKit applies it together withJavaPlugin).- Parameters:
project- the projectext- the ext extension
-