Skip to content

Commit

Permalink
Fix build, attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra committed Nov 3, 2023
1 parent c7d8d1e commit bc49353
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 184 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ single_version_override(
patches = ["//third_party:rules_jvm_external_5.2.patch"],
)

archive_override(
module_name = "rules_java",
urls = ["https://github.com/bazelbuild/rules_java/archive/8b3d6fd2728610c71be2f6937783a396de139576.tar.gz"],
integrity = "sha256-6KZCfXiCIVsAnASPmWSZ6JyeQ8E8ViNNoWpJsVTEZUY=",
strip_prefix = "rules_java-8b3d6fd2728610c71be2f6937783a396de139576",
)

local_path_override(
module_name = "remoteapis",
path = "./third_party/remoteapis",
Expand Down
Loading

0 comments on commit bc49353

Please sign in to comment.