Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Empty output when everything is alright #155

Closed
tasomaniac opened this issue Dec 10, 2018 · 0 comments
Closed

Empty output when everything is alright #155

tasomaniac opened this issue Dec 10, 2018 · 0 comments
Labels
multi-module Issues around multi module setup

Comments

@tasomaniac
Copy link
Contributor

collect${toolName}Violations and evaluateVialoations tasks output empty space whenever the task is successful. By default, the newest (non-plain) Gradle console just skips the empty output tasks. It is a really nice feature. But empty lines from evaluateViolations task break it. Its more of a problem if you have many Gradle subprojects.

TODO:
If there is nothing to output skip it. It could be as simple as calling trim() on the output or actually removing empty lines.

image

@tasomaniac tasomaniac added the multi-module Issues around multi module setup label Dec 10, 2018
tasomaniac added a commit that referenced this issue Dec 11, 2018
Also modified the tests to test the whole message.

Fixes #155
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
multi-module Issues around multi module setup
Projects
None yet
Development

No branches or pull requests

1 participant