-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-rc-1
buildNeeded and buildDependents implementation is based on Configuration.getTaskDependencyFromProjectDependency() API which does not work correctly in configure-on-demand mode.
getTaskDependencyFromProjectDependency() produces task dependency instance that reaches out to the model of the dependency projects, whereas they might be not configured.