mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
Run buildifier on codebase to format BUILD files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140362453
This commit is contained in:
parent
9129c74201
commit
2b7d580bb3
109 changed files with 404 additions and 519 deletions
|
@ -4,7 +4,6 @@ package(
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
|
||||
java_library(
|
||||
name = "request",
|
||||
srcs = glob(
|
||||
|
@ -18,6 +17,8 @@ java_library(
|
|||
"//java/com/google/common/html",
|
||||
"//java/com/google/common/io",
|
||||
"//java/com/google/common/net",
|
||||
"//java/google/registry/security",
|
||||
"//java/google/registry/util",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/auto:auto_value",
|
||||
"//third_party/java/dagger",
|
||||
|
@ -26,8 +27,6 @@ java_library(
|
|||
"//third_party/java/jsr305_annotations",
|
||||
"//third_party/java/jsr330_inject",
|
||||
"//third_party/java/servlet/servlet_api",
|
||||
"//java/google/registry/security",
|
||||
"//java/google/registry/util",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -43,9 +42,9 @@ java_library(
|
|||
"//java/com/google/api/client/json/jackson2",
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/dagger",
|
||||
"//java/google/registry/config",
|
||||
"//java/google/registry/keyring/api",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/dagger",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue