Skip to content

Commit

Permalink
Create .bazelversion to address postsubmit issues (#19089)
Browse files Browse the repository at this point in the history
  • Loading branch information
keertk authored Jul 26, 2023
1 parent 2e3c5d0 commit fbeab4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.2.1
5 changes: 4 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ filegroup(
"//third_party:srcs",
"//src/main/starlark/tests/builtins_bzl:srcs",
"//src/main/java/com/google/devtools/build/docgen/release:srcs",
] + glob([".bazelci/*"]) + [".bazelrc"],
] + glob([".bazelci/*"]) + [
".bazelrc",
".bazelversion",
],
applicable_licenses = ["@io_bazel//:license"],
visibility = ["//src/test/shell/bazel:__pkg__"],
)
Expand Down

0 comments on commit fbeab4b

Please sign in to comment.