mirror of
https://github.com/google/nomulus
synced 2026-02-10 06:50:30 +00:00
For each registrar, the daily email will only include threats that did not appear in the prior run's email. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228889972
14 lines
354 B
Python
14 lines
354 B
Python
package(
|
|
default_visibility = ["//java/google/registry:registry_project"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_java_template_library")
|
|
|
|
closure_java_template_library(
|
|
name = "soy_java_wrappers",
|
|
srcs = glob(["*.soy"]),
|
|
java_package = "google.registry.reporting.spec11.soy",
|
|
)
|