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