We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e2ea6 commit c5f3720Copy full SHA for c5f3720
src/main/starlark/builtins_bzl/common/java/java_runtime.bzl
@@ -100,7 +100,7 @@ def _java_runtime_rule_impl(ctx):
100
java_binary_exec_path = paths.get_relative(java_home, _get_bin_java(ctx))
101
java_binary_runfiles_path = _get_runfiles_java_executable(ctx, java_home, ctx.label)
102
103
- java = ctx.executable.java.path
+ java = ctx.executable.java
104
if java:
105
if paths.is_absolute(java_home):
106
fail("'java_home' with an absolute path requires 'java' to be empty.")
0 commit comments