Ignore exit code on exec task. Gradle afterEvaluate { tasks.named("execFlank").configure { ignoreExitValue = true } }. Gradle Kotlin DSL
確定! 回上一頁