gradle / gradle-completion

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

Cache does not contain all tasks accessible for root #85

Closed mwos-sl closed 4 years ago

mwos-sl commented 4 years ago

More details here: https://github.com/gradle/gradle/issues/12343 Workaround until tasks --all is fixed, would be to call both tasks --all and tasks (without all) and sort | uniq results. What do you think? If you agree, I can make a PR.

mwos-sl commented 4 years ago

Not true.

export GRADLE_COMPLETION_UNQUALIFIED_TASKS="true"

And it works.