[GRADLE-2543] performance regression in dependency resolution when using local file repositories Created: 01/Nov/12 Updated: 04/Jan/13 Resolved: 04/Nov/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.1, 1.2 |
Fix Version/s: | 1.3-rc-1 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Adam Murdoch [ 01/Nov/12 ] |
Looks like we're calculating the sha1 for the local files, even though we never use it. |