mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +02:00
10 lines
234 B
Text
10 lines
234 B
Text
package(default_visibility = ["//java/google/registry:registry_project"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
|
|
filegroup(
|
|
name = "html_files",
|
|
srcs = glob(["*.html"]),
|
|
compatible_with = ["//buildenv/target:appengine"],
|
|
)
|