Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以即时转换 Gradle Exec 任务生成的标准输出日志?
我们有一个任务执行一个命令行工具,它需要大约一分钟才能运行,它记录了很多。我想过滤掉其中的几行并记录它们以显示进度,而不会弄乱构建日志。
您可以OutputStream使用Exec.setStandardOutput. 或者您可以执行一个运行该工具并过滤其输出的 shell 命令。
OutputStream
Exec.setStandardOutput