mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00: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
14 lines
266 B
Python
14 lines
266 B
Python
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/...",
|
|
],
|
|
)
|
|
|