mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 00:08:21 +02:00
d/r/release is currently unable to see the new source tree, thus build fails with [] files in the new location. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121140336
13 lines
266 B
Text
13 lines
266 B
Text
package(default_visibility = ["//java/google/registry:registry_project"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
|
|
package_group(
|
|
name = "registry_project",
|
|
packages = [
|
|
"//java/google/registry/...",
|
|
"//javatests/google/registry/...",
|
|
],
|
|
)
|
|
|