Add task-dependency on downloaded and extracted x20 dep

Change-Id: I88cff39857001b78af86bca5557739d502ec177d
diff --git a/build.gradle b/build.gradle
index 7ff46eb..8bc9f10 100644
--- a/build.gradle
+++ b/build.gradle
@@ -363,8 +363,7 @@
             def outputDir = "${entry.key}/${entryFile}"
             def gzFile = "${outputDir}.tar.gz"
             def sha1File = "${gzFile}.sha1"
-            inputs.file sha1File
-            outputs.file gzFile
+            inputs.files files(sha1File, gzFile)
             outputs.dir outputDir
             executable "bash"
             args "-c", "tools/download_from_x20.py ${sha1File}"