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 c47e3b2 commit 2348462Copy full SHA for 2348462
.bazelrc
@@ -17,6 +17,11 @@ common --noincompatible_disallow_empty_glob
17
# Never Compile protoc Again
18
common --incompatible_enable_proto_toolchain_resolution
19
20
+# Ugh, stardoc needs to compile Java sources.
21
+# Don't depend on a JAVA_HOME pointing at a system JDK
22
+# see https://github.com/bazelbuild/rules_jvm_external/issues/445
23
+build --repo_env=JAVA_HOME=../bazel_tools/jdk
24
+
25
# verbose
26
common:verbose --@aspect_rules_ts//ts:verbose --worker_verbose
27
0 commit comments