У меня есть следующая задача в моем файле build.gradle: task myTask(type:Exec) { def stdout = new ByteArrayOutputStream() exec { commandLine 'cmd', '/c', ...
確定! 回上一頁