mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02:00
Add gtech_tool target to tools BUILD
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130545312
This commit is contained in:
parent
564bbdef83
commit
9e810c4b36
1 changed files with 10 additions and 0 deletions
|
@ -96,3 +96,13 @@ java_binary(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
java_binary(
|
||||||
|
name = "gtech_tool",
|
||||||
|
create_executable = 1,
|
||||||
|
main_class = "google.registry.tools.GtechTool",
|
||||||
|
runtime_deps = [
|
||||||
|
":tools",
|
||||||
|
"//third_party/java/appengine:appengine-api-link",
|
||||||
|
"//third_party/java/appengine:appengine-remote-api-link",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue