api / org.gradle.process / BaseExecSpec / isIgnoreExitValue

isIgnoreExitValue

abstract fun isIgnoreExitValue(): Boolean

Tells whether a non-zero exit value is ignored, or an exception thrown. Defaults to false.

Return
whether a non-zero exit value is ignored, or an exception thrown