Skip to content

Commit 4756e8b

Browse files
committed
chore: Update WORKSPACE file with comments about new jar_jar changes
1 parent 8bb82fa commit 4756e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
9797

9898
grpc_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
100102
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
101-
102103
git_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-
108108
load("@bazel_jar_jar//:jar_jar.bzl", "jar_jar_repositories")
109109
jar_jar_repositories()
110110

0 commit comments

Comments
 (0)