[GRADLE-2144] Provide a way to dynamically specify a module as 'changing' for transitive dependencies Created: 04/Mar/12 Updated: 12/Feb/16 Resolved: 12/Feb/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.8 |
Type: | Improvement | ||
Reporter: | Daz DeBoer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
This is possible using a 'changingPattern' for an ivy DependencyResolver, and by default *-SNAPSHOT is considered 'changing' for a maven repository. It is also possible to use standard Groovy to set the 'changing' property on first-level dependencies based on any criteria. But it is not possible to mark a transitive dependency as changing. We should provide a way to do this for any declared repository, or for any module. |
Comments |
Comment by Mark Vieira (Inactive) [ 12/Feb/16 ] |
This can be done via component metadata rules. |