Skip to content

Commit

Permalink
Explicitly pass java runtime version since not setting it started cau…
Browse files Browse the repository at this point in the history
…sing hick-ups on newer Bazel versions.

PiperOrigin-RevId: 695831912
  • Loading branch information
gkdn authored and copybara-github committed Nov 12, 2024
1 parent adfe7fa commit 2c2b0c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ test --test_output=errors

# Enable Java 11
build --java_language_version=11
build --java_runtime_version=11

# Enable Java 11 for J2CL compiler itself
build --tool_java_language_version=11
build --tool_java_language_version=11
build --tool_java_runtime_version=11

0 comments on commit 2c2b0c7

Please sign in to comment.