Skip to content

Commit

Permalink
Fix toolchain type reference (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeng authored Dec 20, 2022
1 parent 3e3fdda commit c96948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/private/phases/phase_write_executable.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _write_executable_non_windows(ctx, executable, rjars, main_class, jvm_flags,
wrapper.short_path,
)

scala_toolchain = ctx.toolchains["//scala:toolchain_type"]
scala_toolchain = ctx.toolchains["@io_bazel_rules_scala//scala:toolchain_type"]

test_runner_classpath_mode = "argsfile" if scala_toolchain.use_argument_file_in_runner else "manifest"

Expand Down

0 comments on commit c96948c

Please sign in to comment.