mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +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 = [
|
||||
|
|
|
@ -10,10 +10,10 @@ load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
|||
java_library(
|
||||
name = "export",
|
||||
srcs = glob(["*.java"]),
|
||||
resources = glob([
|
||||
resources = [
|
||||
"backup_kinds.txt",
|
||||
"reporting_kinds.txt",
|
||||
]),
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/bigquery",
|
||||
"//java/google/registry/config",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue