Skip to content

Commit

Permalink
Update MODULE.bazel and workspace_deps.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Sep 5, 2024
1 parent d677142 commit 738251c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ single_version_override(
patches = ["//third_party:rules_jvm_external_6.0.patch"],
)

archive_override(
module_name = "rules_java",
urls = ["https://github.com/bazelbuild/rules_java/archive/b52393a1f6860901e95d5fa88de3cfc81129b58e.tar.gz"],
integrity = "sha256-9RGtgHm5YwSNNHTuQYmklk4f+kF+L5cyIPIzMEN8QMc=",
strip_prefix = "rules_java-b52393a1f6860901e95d5fa88de3cfc81129b58e",
)

local_path_override(
module_name = "remoteapis",
path = "./third_party/remoteapis",
Expand Down
7 changes: 4 additions & 3 deletions workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ WORKSPACE_REPOS = {
"strip_prefix": "rules_cc-0.0.9",
},
"rules_java": {
"archive": "rules_java-7.9.0.tar.gz",
"sha256": "41131de4417de70b9597e6ebd515168ed0ba843a325dc54a81b92d7af9a7b3ea",
"urls": ["https://github.com/bazelbuild/rules_java/releases/download/7.9.0/rules_java-7.9.0.tar.gz"],
"archive": "b52393a1f6860901e95d5fa88de3cfc81129b58e.tar.gz",
"sha256": "f511ad8079b963048d3474ee4189a4964e1ffa417e2f973220f23330437c40c7",
"strip_prefix": "rules_java-b52393a1f6860901e95d5fa88de3cfc81129b58e",
"urls": ["https://github.com/bazelbuild/rules_java/archive/b52393a1f6860901e95d5fa88de3cfc81129b58e.tar.gz"],
},
# Used in src/test/java/com/google/devtools/build/lib/blackbox/framework/blackbox.WORKSAPCE
"rules_proto": {
Expand Down

0 comments on commit 738251c

Please sign in to comment.