File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def _java_runtime_alias(ctx):
3535java_runtime_alias = rule (
3636 implementation = _java_runtime_alias ,
3737 toolchains = ["@bazel_tools//tools/jdk:runtime_toolchain_type" ],
38- incompatible_use_toolchain_transition = True ,
3938)
4039
4140def _java_host_runtime_alias (ctx ):
@@ -82,7 +81,6 @@ _java_runtime_transition = transition(
8281java_runtime_version_alias = rule (
8382 implementation = _java_runtime_alias ,
8483 toolchains = ["@bazel_tools//tools/jdk:runtime_toolchain_type" ],
85- incompatible_use_toolchain_transition = True ,
8684 attrs = {
8785 "runtime_version" : attr .string (mandatory = True ),
8886 "_allowlist_function_transition" : attr .label (
@@ -110,5 +108,4 @@ def _java_toolchain_alias(ctx):
110108java_toolchain_alias = rule (
111109 implementation = _java_toolchain_alias ,
112110 toolchains = ["@bazel_tools//tools/jdk:toolchain_type" ],
113- incompatible_use_toolchain_transition = True ,
114111)
You can’t perform that action at this time.
0 commit comments