Gradle execute command lines in custom task · Use Gradle Exec task type task fooExec(type: Exec) { workingDir "${buildDir}/foo" commandLine 'echo', 'Hello world ...
確定! 回上一頁