1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 07:33:42 +00:00
Files
nomulus/third_party/junit/BUILD
jianglai c55df2fb1b Remove metrics library from Nomulus codebase
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180589440
2018-01-04 17:13:58 -05:00

16 lines
276 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/testing:__pkg__",
],
)