Skip to content

Commit 59f5fcc

Browse files
authored
Add _jdk label as toolchain so execution platform is handled correctly (#59)
1 parent 3f9827a commit 59f5fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/openapi_generator.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def _impl(ctx):
104104
),
105105
outputs = [declared_dir],
106106
tools = ctx.files._jdk,
107+
toolchain = ctx.attr._jdk.label,
107108
)
108109

109110
srcs = declared_dir.path

0 commit comments

Comments
 (0)