Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix - Add root project folder to each key in projectTreeItemMap (#1617)
In #1612, the keys of this map were changed to the Gradle project path. This path is unique for each project within one Gradle build, but not if there are multiple Gradle builds loaded in one workspace by using: 'gradle.nestedProjects': true This change combined the old and new behavior by creating the Map key from two parts: (1) The root project folder which uniquely identifies the build (accessible via definition.projectFolder) (2) The Gradle project path that uniquely identifies a project inside the build Signed-off-by: Jendrik Johannes <[email protected]>
- Loading branch information