We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b583811 commit f643e3bCopy full SHA for f643e3b
.bazelrc
@@ -93,4 +93,10 @@ build --remote_upload_local_results=false
93
# Without this, bazelisk build ... builds the bazel-orfs tests
94
build --build_tag_filters=-orfs
95
96
+# Avoid future strange failures because bazel is looking for locally installed
97
+# JDK, use bazel bcr provided JDK.
98
+#
99
+# https://bazel.build/docs/bazel-and-java#hermetic-testing
100
+test --java_runtime_version=remotejdk_11
101
+
102
try-import %workspace%/user.bazelrc
0 commit comments