mirror of https://github.com/sbt/sbt.git
Fixes #3616 - Scope's resolveProjectBuild and resolveProjectRef mishandle ThisProject. Previously, using ThisProject in aggregate() or dependsOn() would cause a runtime error: 'Cannot resolve ThisProject w/o the current project'. This change adds proper handling for ThisProject in Load.scala: - In checkAll: Skip validation for ThisProject (refers to self) - In resolveProjects: Resolve ThisProject to ProjectRef(uri, p.id) |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||