Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion should generate separate tasks for the root project. #104

Open
pmarschik opened this issue Sep 24, 2021 · 0 comments
Open

Completion should generate separate tasks for the root project. #104

pmarschik opened this issue Sep 24, 2021 · 0 comments

Comments

@pmarschik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant