You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use tool instead of compilation runtime in jvm_import actions (#1059)
PR #1058 made the `jvm_import` actions use Java toolchains rather than
host tools, but chose the runtime used to run `javac` instead of the
runtime used to run build tools. The latter can be configured via
`--tool_java_runtime_version` while the former is fixed in the Java
compilation toolchain.
0 commit comments