You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is empty because the testdata subdirectory contains a BUILD.bazel file and globs don't cross package boundaries. This causes the build to fail when --incompatible_disallow_empty_glob is set.
The
data = glob(["testdata/**"])
inrules_jvm/java/gazelle/BUILD.bazel
Line 50 in fae67e4
testdata
subdirectory contains aBUILD.bazel
file and globs don't cross package boundaries. This causes the build to fail when--incompatible_disallow_empty_glob
is set.This will eventually become the default (tracked in bazelbuild/bazel#8195 )
The text was updated successfully, but these errors were encountered: