Skip to content

Commit 30f8fbe

Browse files
authored
Register java toolchain inside rules_scala (#1505)
1 parent 0124872 commit 30f8fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scala/scala_import.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,5 @@ scala_import = rule(
149149
default = Label("@bazel_tools//tools/jdk:current_java_toolchain"),
150150
),
151151
},
152+
toolchains = ["@bazel_tools//tools/jdk:toolchain_type"],
152153
)

0 commit comments

Comments
 (0)