Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trait SbtProjectStructureExtractorBase extends ProjectStructureExtractor {
val projectsData: Seq[ProjectDataType]

/**
* Maps each [[ProjectRef]] of the current build to its extracted project data.
* Maps each `ProjectRef` of the current build to its extracted project data.
*
* Only projects that belong to this build (i.e. present in `projectsData`) are included.
* Projects pulled in via `dependsOn(RootProject(...))` live in their own builds and don't
Expand Down