Skip to content

Commit

Permalink
Fix typo in JDK auto-configuration error message
Browse files Browse the repository at this point in the history
Closes bazelbuild#16610.

PiperOrigin-RevId: 484989560
Change-Id: I92a7940b8fb88dcfc9880bbe1fc056a16fb15073
  • Loading branch information
fmeum authored and copybara-github committed Oct 31, 2022
1 parent 902a0b5 commit 0015ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jdk/local_java_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fail_rule(
header = "Auto-Configuration Error:",
message = ("Cannot find Java binary {java_binary} in {java_home}; either correct your JAVA_HOME, " +
"PATH or specify Java from remote repository (e.g. " +
"--java_runtime_version=remotejdk_11")
"--java_runtime_version=remotejdk_11)")
)
config_setting(
name = "localjdk_setting",
Expand Down

0 comments on commit 0015ac0

Please sign in to comment.