summaryrefslogtreecommitdiff
path: root/bin/flycheck-android-java.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flycheck-android-java.py')
-rw-r--r--bin/flycheck-android-java.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flycheck-android-java.py b/bin/flycheck-android-java.py
index 4194049..37c1b68 100644
--- a/bin/flycheck-android-java.py
+++ b/bin/flycheck-android-java.py
@@ -135,7 +135,7 @@ def figure_out_java_compilation(sessiondir, sourcefile, tempfile, checkstyle,
if exc.errno != errno.EEXIST or not os.path.isdir(outdir):
outdir = None
pass
- cachefile = os.path.join(sessiondir, 'gradle_output')
+ cachefile = os.path.join(sessiondir, 'gradle_java_output')
try:
if not force and os.path.getmtime(cachefile) >= mtime:
with open(cachefile, 'r') as f: