Skip to content

Commit

Permalink
Adding an empty WORKSPACE.bzlmod file at the project's root.
Browse files Browse the repository at this point in the history
This prevents WORKSPACE dependencies added via default WORKSPACE prefixes or
suffixes.

PiperOrigin-RevId: 651050698
  • Loading branch information
jwhpryor authored and copybara-github committed Jul 10, 2024
1 parent b95b2ff commit 2727eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_java", version = "7.1.0")
bazel_dep(name = "rules_jvm_external", version = "5.2")
Expand Down
1 change: 1 addition & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty to prevent dependencies added via default WORKSPACE.

0 comments on commit 2727eaa

Please sign in to comment.