Skip to content

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

@pmarschik

Description

@pmarschik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions