Skip to content

Commit

Permalink
Allow files for scala_import
Browse files Browse the repository at this point in the history
  • Loading branch information
James Judd committed Jan 31, 2018
1 parent 7522c86 commit c0a0d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/scala_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _collect_exports(exports):
scala_import = rule(
implementation=_scala_import_impl,
attrs={
"jars": attr.label_list(), #current hidden assumption is that these point to full, not ijar'd jars
"jars": attr.label_list(allow_files=True), #current hidden assumption is that these point to full, not ijar'd jars
"deps": attr.label_list(),
"runtime_deps": attr.label_list(),
"exports": attr.label_list()
Expand Down

0 comments on commit c0a0d1c

Please sign in to comment.