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,8 +97,8 @@ 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
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
102102load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
103103git_repository (
104104 name = "bazel_jar_jar" ,
You can’t perform that action at this time.
0 commit comments