You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
387 B
17 lines
387 B
workspace(name = "examples")
|
|
|
|
# For released versions, use the tagged git-repository:
|
|
# git_repository(
|
|
# name = "io_grpc_grpc_java",
|
|
# remote = "https://github.com/grpc/grpc-java.git",
|
|
# tag = "<TAG>",
|
|
# )
|
|
local_repository(
|
|
name = "io_grpc_grpc_java",
|
|
path = "..",
|
|
)
|
|
|
|
load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
|
|
|
|
grpc_java_repositories()
|