When selecting the system JDK on macOS using asdf-java, the JAVA_HOME environment variable is incorrectly set to /usr/bin/java. However, on macOS, the correct value ...
The symptom I observed first after introducing this was that Bazel can no longer build itself, breaking in the process by not finding jrt-fs.jar. Analysing the ...