mirror of https://github.com/grpc/grpc-java.git
bazel: Remove missing pattern from glob
There's no third_party directory. This change makes the repository compatible with Bazel change --incompatible_disallow_empty_glob.
This commit is contained in:
parent
539f0400b6
commit
503696aa9a
|
|
@ -2,7 +2,6 @@ java_library(
|
|||
name = "netty",
|
||||
srcs = glob([
|
||||
"src/main/java/**/*.java",
|
||||
"third_party/netty/java/**/*.java",
|
||||
]),
|
||||
resources = glob([
|
||||
"src/main/resources/**",
|
||||
|
|
|
|||
Loading…
Reference in New Issue