From c658c3add8b15faad207f60e7dde7621aee1e7c1 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Tue, 9 Jan 2024 12:05:35 +0000 Subject: [PATCH] Enable runfiles on Windows (#234) This is required by the Java gazelle implementation. --- examples/gazelle/.bazelrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/gazelle/.bazelrc diff --git a/examples/gazelle/.bazelrc b/examples/gazelle/.bazelrc new file mode 100644 index 00000000..b3179515 --- /dev/null +++ b/examples/gazelle/.bazelrc @@ -0,0 +1,5 @@ +common --enable_platform_specific_config + +# https://bazel.build/docs/windows#symlink +startup --windows_enable_symlinks +run:windows --enable_runfiles