[GRADLE-2146] Gradle should use last modified date to avoid artifact re-download where SHA1 checksums are not published Created: 04/Mar/12 Updated: 04/Jan/13 Resolved: 02/Apr/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-rc-1 |
Type: | Improvement | ||
Reporter: | Daz DeBoer | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Description |
This would only work for re-downloading artifacts from the same URL (SHA1 checks are URL-independent). But in many cases we could use the last-modified date to avoid needing to download an unchanged artifact from the same URL. |