aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzlmod/.bazelrc')
-rw-r--r--examples/bzlmod/.bazelrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/bzlmod/.bazelrc b/examples/bzlmod/.bazelrc
new file mode 100644
index 0000000..6f557e6
--- /dev/null
+++ b/examples/bzlmod/.bazelrc
@@ -0,0 +1,10 @@
+common --experimental_enable_bzlmod
+
+coverage --java_runtime_version=remotejdk_11
+
+test --test_output=errors --enable_runfiles
+
+# Windows requires these for multi-python support:
+build --enable_runfiles
+
+startup --windows_enable_symlinks