[GRADLE-962] When building a project, Gradle tries to find the dependency jars in the cache first even though they may be out of date Created: 08/Jun/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Tomer Cohen | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
When building a multi-project Gradle will prefer the intra-project dependencies in the cache rather then in the build/libs. For example lets say I have a.jar in the cache and now I build multi project with a and b. b depends on a. |