Skip to content

Commit bcc5062

Browse files
comiuscopybara-github
authored andcommitted
Fix bootstrap_runtime_toolchain_type reference
Copybara Import from #215 BEGIN_PUBLIC Fix bootstrap_runtime_toolchain_type reference (#215) Closes #215 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#215 from bazelbuild:comius-patch-1 a4907ea PiperOrigin-RevId: 670931588 Change-Id: Ib5b8502d8443bb2133920a101d1d086c9a77345c
1 parent 19841b7 commit bcc5062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchains/local_java_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ toolchain(
268268
toolchain(
269269
name = "bootstrap_runtime_toolchain_definition",
270270
target_settings = [":localjdk_setting"],
271-
toolchain_type = "@rules_java//tools/jdk:bootstrap_runtime_toolchain_type",
271+
toolchain_type = "@rules_java//toolchains:bootstrap_runtime_toolchain_type",
272272
toolchain = ":jdk",
273273
)
274274
'''

0 commit comments

Comments
 (0)