How to use exec() output in gradle. This is my preferred syntax for getting the stdout from exec: def stdout = new ByteArrayOutputStream() exec{ commandLine ...
確定! 回上一頁