我的build.gradle文件中有以下任务: task myTask(type:Exec) { def stdout = new ByteArrayOutputStream() exec { commandLine 'cm...
確定! 回上一頁