Skip to content

Commit

Permalink
Make scala rules compatible with --compile_one_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coreywoodfield committed May 24, 2024
1 parent ec9eaf9 commit 1376a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ _compile_attributes = {
".java",
".srcjar",
],
flags = ["DIRECT_COMPILE_TIME_INPUT"],
),
"data": attr.label_list(
doc = "The additional runtime files needed by this library.",
Expand Down

0 comments on commit 1376a9c

Please sign in to comment.