setIgnoreFailures

abstract fun setIgnoreFailures(ignoreFailures: Boolean)(source)

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

Parameters

ignoreFailures

false to break the build on failure, true to ignore the failures. The default is false.