File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
9797
9898grpc_java_repositories ()
9999
100+ // gRPC - Java uses jar_jar for bazel : https :// github .com / grpc / grpc - java / pull / 12243
101+ // The following lines are from jar_jar 's README : https :// github .com / bazeltools / bazel_jar_jar ?tab = readme - ov - file #how-to-add-to-bazel-via-workspace
100102load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
101-
102103git_repository (
103104 name = "bazel_jar_jar" ,
104105 commit = "4e7bf26da8bc8c955578fd8c8a2c763757d344df" , # Latest commit SHA as of 2023/10/31
105106 remote = "https://github.com/bazeltools/bazel_jar_jar.git" ,
106107)
107-
108108load ("@bazel_jar_jar//:jar_jar.bzl" , "jar_jar_repositories" )
109109jar_jar_repositories ()
110110
You can’t perform that action at this time.
0 commit comments