We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cebf0c5 + bd6a2d9 commit 605b908Copy full SHA for 605b908
rules/private/phases/phase_zinc_compile.bzl
@@ -76,7 +76,7 @@ def phase_zinc_compile(ctx, g):
76
g.classpaths.plugin,
77
g.classpaths.compile,
78
g.classpaths.compiler,
79
- ] + [zinc.deps_files for zinc in zincs],
+ ],
80
)
81
82
outputs = [g.classpaths.jar, mains_file, apis, infos, relations, setup, stamps, used, tmp]
0 commit comments