Transform standard output from Gradle's Exec task on the fly? -


is possible transform standard output logs gradle exec task produces, on fly?

we have task executing command line tool takes minute run logs a lot. filter out few of lines , log them show progress without cluttering build log.

you set own outputstream implementation exec.setstandardoutput. or execute shell command runs tool , filters output.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -