mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
Update Domain Registry to Closure Rules v0.2.3
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126911095
This commit is contained in:
parent
1ed77d5572
commit
5ebfb87651
8 changed files with 30 additions and 25 deletions
|
@ -4,7 +4,7 @@ package(
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_template_java_library")
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_java_template_library")
|
||||
|
||||
|
||||
filegroup(
|
||||
|
@ -56,7 +56,7 @@ java_library(
|
|||
],
|
||||
)
|
||||
|
||||
closure_template_java_library(
|
||||
closure_java_template_library(
|
||||
name = "soy_java_wrappers",
|
||||
srcs = glob(["soy/*.soy"]),
|
||||
java_package = "google.registry.flows.soy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue