mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 08:18:21 +02:00
15 lines
276 B
Text
15 lines
276 B
Text
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__",
|
|
],
|
|
)
|