Skip to content

Commit c79c6de

Browse files
committed
Use remote java runtime
1 parent 08d32c6 commit c79c6de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ build --incompatible_strict_action_env
1515
# Don't use legacy repository rules.
1616
build --incompatible_disable_native_repo_rules
1717

18+
# Use a download java runtime
19+
build --java_runtime_version=remotejdk_21
20+
1821
# C++17 for protobuf compatibility
1922
build --host_cxxopt=-std=c++17 --cxxopt=-std=c++17
2023

0 commit comments

Comments
 (0)