[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:
Duplicate
Duplicated by GRADLE-2921 Adding dependencies to extended confi... Resolved

 Description   

We don't detect a change to the configuration after it was
resolved, when the change happens within the hierarchy. For example:

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 GRADLE-2921

Generated at Wed Jun 30 12:41:24 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.