mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
19 lines
390 B
Text
19 lines
390 B
Text
package(
|
|
default_visibility = ["//java/google/registry:registry_project"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
|
|
java_library(
|
|
name = "writer",
|
|
srcs = glob(
|
|
["*.java"],
|
|
),
|
|
deps = [
|
|
"//java/com/google/common/annotations",
|
|
"//java/com/google/common/base",
|
|
"//java/com/google/common/collect",
|
|
"//third_party/java/dagger",
|
|
],
|
|
)
|