-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request