mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
18 lines
366 B
Python
18 lines
366 B
Python
package(
|
|
default_testonly = 1,
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "contrib",
|
|
srcs = glob(["*.java"]),
|
|
deps = [
|
|
"//java/google/registry/monitoring/metrics",
|
|
"@com_google_code_findbugs_jsr305",
|
|
"@com_google_guava",
|
|
"@com_google_truth",
|
|
],
|
|
)
|