WALA/buildSrc
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
..
src/main/groovy Retry download task if the destination file is missing 2018-07-20 08:44:23 +02:00
.gitignore We only expect ".gradle" directories in two specific places 2018-04-18 11:29:28 -05:00
build.gradle Update gradle-download-plugin and use some of its new features 2018-04-18 11:29:28 -05:00