We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc83427 commit 6986063Copy full SHA for 6986063
protobuf_deps.bzl
@@ -84,11 +84,10 @@ def protobuf_deps():
84
)
85
86
if not native.existing_rule("rules_java"):
87
- _github_archive(
+ http_archive(
88
name = "rules_java",
89
- repo = "https://github.com/bazelbuild/rules_java",
90
- commit = "981f06c3d2bd10225e85209904090eb7b5fb26bd",
91
- sha256 = "7979ece89e82546b0dcd1dff7538c34b5a6ebc9148971106f0e3705444f00665",
+ url = "https://github.com/bazelbuild/rules_java/releases/download/6.0.0/rules_java-6.0.0.tar.gz",
+ sha256 = "469b7f3b580b4fcf8112f4d6d0d5a4ce8e1ad5e21fee67d8e8335d5f8b3debab",
92
93
94
if not native.existing_rule("rules_proto"):
0 commit comments