You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
collect${toolName}Violations
andevaluateVialoations
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 fromevaluateViolations
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.The text was updated successfully, but these errors were encountered: