Skip to content

Commit

Permalink
Override gazelle in main repo too
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 7, 2024
1 parent 3471bb3 commit 40e4f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ bazel_dep(
version = "0.34.0",
repo_name = "bazel_gazelle",
)
git_override(
module_name = "gazelle",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
commit = "e2d30acab3ad2bf057f223b611ad9a352e6aad2c",
)
bazel_dep(
name = "protobuf",
version = PROTOBUF_VERSION,
Expand Down
8 changes: 4 additions & 4 deletions examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ use_repo(
"unpinned_maven",
)

#bazel_dep(
# name = "gazelle",
# version = "0.34.0",
#)
bazel_dep(
name = "gazelle",
version = "0.34.0",
)

git_override(
module_name = "gazelle",
Expand Down

0 comments on commit 40e4f08

Please sign in to comment.