fladle
fladle copied to clipboard
RunFlankTask should implement the VerificationTask and Reporting
RunFlankTask should implement the VerificationTask and Reporting interfaces to make it easier to configure reporting and verification tasks in a general way. This makes it easier to configure IgnoreFailures or HTML and XML reporting across all tasks in the project in a single way.
See the checkstyle task for an example: https://github.com/gradle/gradle/blob/3f79806c3599f54ca006412c23a0fe1d20698e98/subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/Checkstyle.java#L58