File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ register_zinc_toolchain(
5151# IntelliJ libraries, so we can get a Scala SDK on sync.
5252scala_library (
5353 name = "scala-sdk" ,
54+ srcs = [],
5455 deps_used_whitelist = compiler_classpath_2_13 ,
5556 scala_toolchain_name = "annex_zinc_3" ,
5657 deps = compiler_classpath_2_13 ,
@@ -69,6 +70,7 @@ runtime_classpath_3 = [
6970
7071scala_library (
7172 name = "scala-sdk-3" ,
73+ srcs = [],
7274 deps_used_whitelist = compiler_classpath_3 ,
7375 scala_toolchain_name = "annex_zinc_3" ,
7476 deps = compiler_classpath_3 ,
You can’t perform that action at this time.
0 commit comments