diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2022-11-05 11:14:20 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2022-11-05 11:14:20 +0100 |
| commit | 7daade1c4d3756e67fe14c87d5212f0c9f77205c (patch) | |
| tree | 24030f9b373b3d110a641e3f3e68a43ab47d6436 /bin/flycheck-android-java.py | |
| parent | b3467614c5917a1c24afa30ae9101984f09a0b0b (diff) | |
Add support for kotlin by adding flycheck-android-kotlin checker
Diffstat (limited to 'bin/flycheck-android-java.py')
| -rw-r--r-- | bin/flycheck-android-java.py | 2 |
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: |
