mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Migrate Domain Registry to Closure Rules 0.1.0
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122525197
This commit is contained in:
parent
1abd2a6314
commit
e1cf51ebb3
43 changed files with 69 additions and 1871 deletions
|
@ -78,7 +78,7 @@ java_library(
|
|||
|
||||
"//third_party/java/appengine:appengine-remote-api",
|
||||
|
||||
"//third_party/closure/templates",
|
||||
"@io_bazel_rules_closure//closure/templates",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package(default_visibility = ["//java/google/registry:registry_project"])
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("//third_party/closure/templates:closure_template_java_library.bzl", "closure_template_java_library")
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_template_java_library")
|
||||
|
||||
|
||||
closure_template_java_library(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue