Closed lptr closed 9 years ago
A solution could be to retain this info in ResolvedProjectConfigurationResults
. To do that, it should contain information about ProjectDependency
s instead of Project
s.
Fixed in f37a33a65b022a53084e9f2c30fcf80bcd98d875
The problem here is that we don't respect the command-line option
--no-rebuild
. It gets passed toDefaultProjectDependency.buildProjectDependencies
, but when having removed theSelfResolvingDependency
nature ofProjectDependency
, that piece of code was deleted:https://github.com/prezi/gradle/commit/77106cbf06cff3d27346b07d1fac8156290e4183#diff-2d277633879a0ce8d1b14b1af52dbf93L159