fladle icon indicating copy to clipboard operation
fladle copied to clipboard

RunFlankTask should implement the VerificationTask and Reporting

Open runningcode opened this issue 5 years ago • 0 comments

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

runningcode avatar May 23 '20 09:05 runningcode