Skip to content

Commit 1ddfd88

Browse files
authored
Add jdk toolchain type to proto rules (#1534)
1 parent 2ac956b commit 1ddfd88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scala_proto/private/scala_proto_aspect.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def make_scala_proto_aspect(*extras):
217217
"@io_bazel_rules_scala//scala:toolchain_type",
218218
"@io_bazel_rules_scala//scala_proto:toolchain_type",
219219
"@io_bazel_rules_scala//scala_proto:deps_toolchain_type",
220+
"@bazel_tools//tools/jdk:toolchain_type",
220221
],
221222
)
222223

0 commit comments

Comments
 (0)