We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007cd5d commit dbdac6dCopy full SHA for dbdac6d
tests/unit/jvm_import/platform_transition_jar.bzl
@@ -19,6 +19,9 @@ platform_transition_jar = rule(
19
cfg = _transition,
20
),
21
"platform": attr.label(),
22
+ "_allowlist_function_transition": attr.label(
23
+ default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
24
+ ),
25
},
26
doc = """
27
Depend on a JAR for a specified platform.
0 commit comments