WALA/buildSrc/src/main/groovy
Ben Liblit 10d3adf324 Retry download task if the destination file is missing
Under some circumstances, Gradle seems to decide that the destination
file being absent is the download task's expected outcome.  It caches
this state, and refuses to retry the download in the future since it
thinks the task is up-to-date.  We can correct this by telling Gradle
that the task should not be considered up-to-date if the file is
missing, as recommended by
<https://discuss.gradle.org/t/task-up-to-date-but-outputfile-not-created/17568/2>.
2018-07-20 08:44:23 +02:00
..
package-list.groovy Improve build caching by reducing path sensitivity where appropriate 2018-04-18 11:29:29 -05:00
verified-download.groovy Retry download task if the destination file is missing 2018-07-20 08:44:23 +02:00