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 = {
87
87
"-src.jar" ,
88
88
],
89
89
flags = ["DIRECT_COMPILE_TIME_INPUT" ],
90
+ mandatory = True ,
90
91
),
91
92
"data" : attr .label_list (
92
93
cfg = _scala_outgoing_transition ,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ register_zinc_toolchain(
51
51
# IntelliJ libraries, so we can get a Scala SDK on sync.
52
52
scala_library (
53
53
name = "scala-sdk" ,
54
+ srcs = [],
54
55
deps_used_whitelist = compiler_classpath_2_13 ,
55
56
scala_toolchain_name = "annex_zinc_3" ,
56
57
deps = compiler_classpath_2_13 ,
@@ -69,6 +70,7 @@ runtime_classpath_3 = [
69
70
70
71
scala_library (
71
72
name = "scala-sdk-3" ,
73
+ srcs = [],
72
74
deps_used_whitelist = compiler_classpath_3 ,
73
75
scala_toolchain_name = "annex_zinc_3" ,
74
76
deps = compiler_classpath_3 ,
You can’t perform that action at this time.
0 commit comments