api / org.gradle.api.tasks / VerificationTask / getIgnoreFailures

getIgnoreFailures

@Input abstract fun getIgnoreFailures(): Boolean

Specifies whether the build should break when the verifications performed by this task fail.

Return
false, when the build should break on failure, true when the failures should be ignored.