Skip to content

Commit

Permalink
Fix fold jar action toolchain as pre-requisite for Bazel 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviernotteghem committed Jul 31, 2024
1 parent 28e47af commit 1f5f551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin/internal/jvm/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def _fold_jars_action(ctx, rule_kind, toolchains, output_jar, input_jars, action
"" if not action_type else " (%s)" % action_type,
len(input_jars),
),
toolchain = None,
)

def _resourcejar_args_action(ctx, extra_resources = {}):
Expand Down

0 comments on commit 1f5f551

Please sign in to comment.