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 9701ccb commit 471028dCopy full SHA for 471028d
.bazelrc
@@ -4,6 +4,9 @@ import %workspace%/tools/preset.bazelrc
4
5
### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###
6
7
+# We have a lot of dependencies and are okay with some of them bringing a newer version via a transitive dep.
8
+common --check_direct_dependencies=off
9
+
10
# Placeholder for your actual stamping logic
11
build --workspace_status_command='echo BUILD_VERSION v1.2.3'
12
0 commit comments