Suppose I have a helloworld.php file that does a simple echo 'Hello World!'; then I have a gradle task task hello << { ant.exec(executable: 'php') ...
確定! 回上一頁