mirror of
https://github.com/google/nomulus
synced 2026-04-15 14:07:19 +00:00
Remove duplicate sources in BUILD files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176374018
This commit is contained in:
@@ -105,15 +105,9 @@ java_binary(
|
||||
|
||||
java_binary(
|
||||
name = "compare_db_backups",
|
||||
srcs = [
|
||||
"CompareDbBackups.java",
|
||||
],
|
||||
create_executable = 1,
|
||||
main_class = "google.registry.tools.CompareDbBackups",
|
||||
deps = [
|
||||
runtime_deps = [
|
||||
":tools",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@com_google_guava",
|
||||
"@com_google_protobuf_java",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user