From 503696aa9aa454b9449bdcbe0cd95f6a7681b633 Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Fri, 9 Aug 2019 01:41:17 +0200 Subject: [PATCH] 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. --- netty/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/netty/BUILD.bazel b/netty/BUILD.bazel index 9680660067..f7c04ca86e 100644 --- a/netty/BUILD.bazel +++ b/netty/BUILD.bazel @@ -2,7 +2,6 @@ java_library( name = "netty", srcs = glob([ "src/main/java/**/*.java", - "third_party/netty/java/**/*.java", ]), resources = glob([ "src/main/resources/**",