diff --git a/stardoc/BUILD b/stardoc/BUILD index 159ca0e5..ee7e0996 100644 --- a/stardoc/BUILD +++ b/stardoc/BUILD @@ -85,6 +85,9 @@ filegroup( # Binaries needed for release tarball. filegroup( name = "distro_bins", - srcs = glob(["*.jar"]), + srcs = glob( + ["*.jar"], + allow_empty = True, + ), visibility = ["//:__pkg__"], )