You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: