Skip to content

Commit

Permalink
grpclb: Include META-INF/services to //grpclb:grpclb (#9156)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed May 10, 2022
1 parent af56f1f commit 743b1ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grpclb/BUILD.bazel
Expand Up @@ -5,6 +5,9 @@ java_library(
srcs = glob([
"src/main/java/io/grpc/grpclb/*.java",
]),
resources = glob([
"src/main/resources/**",
]),
visibility = ["//visibility:public"],
deps = [
":load_balancer_java_grpc",
Expand Down

0 comments on commit 743b1ed

Please sign in to comment.