[GRADLE-3337] Gradle Wrapper verifies distribution checksum on every execution Created: 22/Aug/15 Updated: 14/Sep/15 Resolved: 26/Aug/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.6 |
Fix Version/s: | 2.7-rc-1 |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Known Issue Of: |
Description |
When running gradlew with a wrapper generated with Gradle 2.6, the Gradle Wrapper process calculates the checksum for the local distribution every time. It doesn't matter if you have a checksum added to your gradle-wrapper.properties or not. On my machine, this adds 300-400ms to the build (./gradlew help) |
Comments |
Comment by Sean Gilligan [ 14/Sep/15 ] |
It would be nice if the wrapper had a command-line option to force a Sha256 check. |