We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d32c6 commit c79c6deCopy full SHA for c79c6de
.bazelrc
@@ -15,6 +15,9 @@ build --incompatible_strict_action_env
15
# Don't use legacy repository rules.
16
build --incompatible_disable_native_repo_rules
17
18
+# Use a download java runtime
19
+build --java_runtime_version=remotejdk_21
20
+
21
# C++17 for protobuf compatibility
22
build --host_cxxopt=-std=c++17 --cxxopt=-std=c++17
23
0 commit comments