[GRADLE-2557] Gradle wrapper download/extract is not threadsafe Created: 15/Nov/12 Updated: 27/Mar/13 Resolved: 27/Mar/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.6-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
We use the gradle wrapper to distribute our "enterprise gradle" version to everyone, including our CI server. We however have multiple projects building with this gradle version. When we update that to a new version, multiple builds on our buildserver kick in, and all of the builds try to download and extract the new version of the wrapper, resulting in a corrupted extracted wrapper, thus failing our CI builds. |