Skip to content

Commit

Permalink
Use bzlmod internally
Browse files Browse the repository at this point in the history
Forms the basis for releasing with bzlmod in the future
  • Loading branch information
cpsauer authored and thomasvl committed Nov 15, 2023
1 parent 94c0deb commit 62aff9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Remove after Bazel 7.0 is released and bzlmod is enabled by default
common --enable_bzlmod
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "google_toolbox_for_mac",
version = "3.0.0",
compatibility_level = 0,
)

bazel_dep(name = "rules_apple", version = "3.1.1", repo_name = "build_bazel_rules_apple")
40 changes: 0 additions & 40 deletions WORKSPACE

This file was deleted.

0 comments on commit 62aff9a

Please sign in to comment.