gradle / gradle-completion

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

Unable to get task completion working #115

Open kingargyle opened 1 year ago

kingargyle commented 1 year ago

I'm having problems getting task completion to work. Two things happen:

  1. ./gradlew outputs an exception
  2. ./gradlew tas outputs nothing.

I've run the __gradle_completion_init script, as well as reset the terminal session. Also can't get the sumbmodule completion to work either.

All other functionality seems to work correctly.