Alternatively, you can use the built-in Exec task in Gradle: build.gradle. task provision(type: Exec) { commandLine "./provision.sh" }.
確定! 回上一頁