Skip to content

Commit bbe64af

Browse files
Update rules_java to the latest version to fix compatibility with Bazel@HEAD
Context bazelbuild/bazel#18423 PiperOrigin-RevId: 536961555
1 parent 02e071f commit bbe64af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

protobuf_deps.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ def protobuf_deps():
8484
)
8585

8686
if not native.existing_rule("rules_java"):
87-
_github_archive(
87+
http_archive(
8888
name = "rules_java",
89-
repo = "https://github.com/bazelbuild/rules_java",
90-
commit = "981f06c3d2bd10225e85209904090eb7b5fb26bd",
91-
sha256 = "7979ece89e82546b0dcd1dff7538c34b5a6ebc9148971106f0e3705444f00665",
89+
url = "https://github.com/bazelbuild/rules_java/releases/download/6.0.0/rules_java-6.0.0.tar.gz",
90+
sha256 = "469b7f3b580b4fcf8112f4d6d0d5a4ce8e1ad5e21fee67d8e8335d5f8b3debab",
9291
)
9392

9493
if not native.existing_rule("rules_proto"):

0 commit comments

Comments
 (0)