Skip to content

Commit

Permalink
Migrate usages of deprecated JavaInfo fields (bazelbuild#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra authored and jbarr21 committed Apr 19, 2024
1 parent d15b76d commit 3d36335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/internal/jvm/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _run_merge_jdeps_action(ctx, toolchains, jdeps, outputs, deps):
)

# For sandboxing to work, and for this action to be deterministic, the compile jars need to be passed as inputs
inputs = depset(jdeps, transitive = [depset([], transitive = [dep.transitive_deps for dep in deps])])
inputs = depset(jdeps, transitive = [depset([], transitive = [dep.transitive_compile_time_jars for dep in deps])])

ctx.actions.run(
mnemonic = mnemonic,
Expand Down

0 comments on commit 3d36335

Please sign in to comment.