Skip to content

Commit 994c51f

Browse files
Fix fold jar action toolchain as pre-requisite for Bazel 7.2.1
1 parent 5df8a6b commit 994c51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin/internal/jvm/compile.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def _fold_jars_action(ctx, rule_kind, toolchains, output_jar, input_jars, action
248248
"" if not action_type else " (%s)" % action_type,
249249
len(input_jars),
250250
),
251+
toolchain = None,
251252
)
252253

253254
def _resourcejar_args_action(ctx, extra_resources = {}):

0 commit comments

Comments
 (0)