Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xliu committed Jul 28, 2023
1 parent 4ed0a77 commit db2d25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion do_like_javac/tools/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def run(args, javac_commands, jars):
pp = javac_switches['processorpath'] + ':'
if args.lib_dir:
cp += pp + args.lib_dir + ':'
cp = "/Users/alexliu/projects/linear-checker/build/libs/linear-checker.jar:/Users/alexliu/projects/linear-checker/linear-checker-qual/build/libs/linear-checker-qual.jar:/Users/alexliu/projects/linear-checker/linear-checker-qual-android/build/libs/linear-checker-qual-android.jar:/Users/alexliu/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar" + cp
java_files = jc['java_files']
cmd = checker_command + ["-classpath", cp] + java_files
common.run_cmd(cmd, args, 'check')
Expand Down

0 comments on commit db2d25c

Please sign in to comment.