We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9827a commit 59f5fccCopy full SHA for 59f5fcc
1 file changed
internal/openapi_generator.bzl
@@ -104,6 +104,7 @@ def _impl(ctx):
104
),
105
outputs = [declared_dir],
106
tools = ctx.files._jdk,
107
+ toolchain = ctx.attr._jdk.label,
108
)
109
110
srcs = declared_dir.path
0 commit comments