gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Force `--console plain` for tasks cache generation #90

Closed grossws closed 4 years ago

grossws commented 4 years ago

Fixes tasks cache generation in case when org.gradle.console is explicitly set to rich or verbose.

See also ohmyzsh/ohmyzsh#8730 and ohmyzsh/ohmyzsh#8731

mwos-sl commented 4 years ago

I think it'll be good to do the same change for bash

grossws commented 4 years ago

@mwos-sl, thanks, it's a good point. Added same change für bash

eriwen commented 4 years ago

Looks good @grossws. Thanks for your contribution!