mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Fix BUILD glob rules to not include non-wildcarded paths
This is a Buildozer warning ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202311866
This commit is contained in:
parent
0cd69c9352
commit
bee3d6a5a4
2 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@ java_library(
|
|||
name = "model",
|
||||
srcs = glob([
|
||||
"*.java",
|
||||
"*/*.java",
|
||||
"*/*/*.java",
|
||||
"**/*.java",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue