commit | fe67eb004c90f0f16e80964319eddb5bd4fbd862 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Fri Jan 27 11:04:44 2017 -0800 |
committer | Aurimas Liutikas <aurimas@google.com> | Fri Jan 27 11:04:44 2017 -0800 |
tree | cf2f42a42f4d174ecb9eee8f1cb58f63fceee6af | |
parent | 8c0997a4c91ae1f76b917bad65c90996fa269a8e [diff] |
Fix broken createArchives task. Enabling parallel gradle builds shuffled the order of tasks being run. We implicitly relied on that order for createXml task that gets run on createArchives. Turns out that createXml needs to depend on createRepository as it depends on the values produced by that task. Test: rm -fr out, ./gradlew createArchive now works Change-Id: I5c89d832057b0caebf8fe2a8300c39e79841819c