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
Currently the completion for root project tasks are generated like compileJava etc.
Invoking gradle compileJava invokes the compileJava on the root project AND all subprojects that have that task.
I propose to additionally generate completions for :compileJava etc. (i.e. prefixed with :) so the root project's task can be invoked specifically without triggering tasks on subprojects.
The text was updated successfully, but these errors were encountered:
Currently the completion for root project tasks are generated like
compileJava
etc.Invoking
gradle compileJava
invokes thecompileJava
on the root project AND all subprojects that have that task.I propose to additionally generate completions for
:compileJava
etc. (i.e. prefixed with:
) so the root project's task can be invoked specifically without triggering tasks on subprojects.The text was updated successfully, but these errors were encountered: