task testExec(type: Exec) { doLast { if (execResult.exitValue == 3) { println("It probably succeeded") } } }. Here's an example of executing ls and checking ...
確定! 回上一頁