mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
16 lines
276 B
Python
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__",
|
|
],
|
|
)
|