Skip to content

Commit

Permalink
Update bazelrc command from build to common to keep the same Starlark…
Browse files Browse the repository at this point in the history
…Semantics for other commands

PiperOrigin-RevId: 606260677
Change-Id: I955107ba5c60b0a2925e8147a319bf15c19e2234
  • Loading branch information
SalmaSamy authored and copybara-github committed Feb 12, 2024
1 parent f2512a0 commit 89222e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build --java_language_version=11
build --tool_java_language_version=11

# Fail if a glob doesn't match anything (https://github.com/bazelbuild/bazel/issues/8195)
build --incompatible_disallow_empty_glob
common --incompatible_disallow_empty_glob

# User-specific .bazelrc
try-import %workspace%/user.bazelrc
Expand Down

0 comments on commit 89222e2

Please sign in to comment.