Skip to content

Support composite builds #1661

@ikeyit

Description

@ikeyit

Is your feature request related to a problem? Please describe.
I structure my codebase as a monorepo. There are many projects included into the root gradle project via composite builds. See the docs [https://docs.gradle.org/current/userguide/composite_builds.html].
In my root settings.gradle.kts, I use includeBuild to include the other projects.
The Gradle plugin can not handle this structure. It only shows the tasks of the root project.
At the same time, JDT generates many problems. For example, the code can not find the dependencies.
If I open the codebase in IDEA, all projects are showed in Gradle view and everything is fine!

I would greatly appreciate it if the feature is added

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions