mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00: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:
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user