From what I can see in the console output of Gradle (run with --console=verbose), the processing of the CLI tool output doesn't seem to work properly. I see multiple log entries on the console, however, they all exist on a single line. I think the Gradle doesn't add a line break per line. This makes the output of the CLI tool far less readable.
From what I can see in the console output of Gradle (run with
--console=verbose
), the processing of the CLI tool output doesn't seem to work properly. I see multiple log entries on the console, however, they all exist on a single line. I think the Gradle doesn't add a line break per line. This makes the output of the CLI tool far less readable.