[GRADLE-3155] changes to configuration hierarchy after resolution are not detected Created: 22/Aug/14 Updated: 25/Aug/14 Resolved: 25/Aug/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.2-rc-1 |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Duplicate | Votes: | 0 |
Issue Links: |
|
Description |
We don't detect a change to the configuration after it was configurations { a b.extendsFrom a } configurations.b.resolve() //not detected: adding new dependency to 'b' transitively: dependencies { a "org.lib:1.0" } |
Comments |
Comment by Szczepan Faber [ 25/Aug/14 ] |
Duplicate of |