Skip to content

Commit edb88af

Browse files
Make srcs mandatory
1 parent 05d2c06 commit edb88af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/scala.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ _compile_attributes = {
8787
"-src.jar",
8888
],
8989
flags = ["DIRECT_COMPILE_TIME_INPUT"],
90+
mandatory = True,
9091
),
9192
"data": attr.label_list(
9293
cfg = _scala_outgoing_transition,

0 commit comments

Comments
 (0)