buildship icon indicating copy to clipboard operation
buildship copied to clipboard

Eclipse Configure/Gradle does not add gradle nature and builder to subprojects

Open mnlipp opened this issue 4 years ago • 0 comments

Expected Behavior

When I configure Gradle for an existing project, it should add the gradle nature and builder not only for the top level project but also for the subprojects.

Current Behavior

Gradle nature/builder is only added to the .project of the top level project.

Context

I distinctly remember that this used to waork in some previous version.

Steps to Reproduce

On project right click, Configure, "Add Gradle Nature".

mnlipp avatar Jun 14 '21 10:06 mnlipp