1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 20:41:08 +00:00
Files
nomulus/third_party/junit/BUILD
jianglai 8ef4fbe9d5 Move backported JUnit file to third_party
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177637931
2017-12-01 22:14:06 -05:00

17 lines
350 B
Python

package(
default_visibility = ["//visibility:public"],
)
licenses(["reciprocal"]) # EPL 1.0
exports_files(["LICENSE"])
java_library(
name = "junit",
srcs = glob(["**/*.java"]),
visibility = [
"//javatests/google/registry/monitoring/metrics:__subpackages__",
"//javatests/google/registry/testing:__pkg__",
],
)