api / org.gradle.process / ExecResult / assertNormalExitValue

assertNormalExitValue

abstract fun assertNormalExitValue(): ExecResult

Throws an org.gradle.process.internal.ExecException if the process exited with a non-zero exit value.

Exceptions

ExecException - if the process exited with a non-zero exit value

Return
this