Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc-stripe committed Sep 12, 2016
1 parent 51b9251 commit cdc4995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ ijarCmdPath: {ijar_cmd_path}
javac_args=javac_args_file.path,
javac=ctx.file._javac.path
)
if len(all_srcjars) > 0:
print("Got source jars: " + ",".join(all_srcjars))


# srcjar_cmd = ""
# if len(all_srcjars) > 0:
Expand Down

0 comments on commit cdc4995

Please sign in to comment.