Skip to content

Commit

Permalink
Register java toolchain inside rules_scala (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlaja authored Jul 17, 2023
1 parent 0124872 commit 30f8fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scala/scala_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ scala_import = rule(
default = Label("@bazel_tools//tools/jdk:current_java_toolchain"),
),
},
toolchains = ["@bazel_tools//tools/jdk:toolchain_type"],
)

0 comments on commit 30f8fbe

Please sign in to comment.