mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
10 lines
216 B
Python
10 lines
216 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["reciprocal"]) # Common Public License 1.0
|
|
|
|
java_library(
|
|
name = "junit",
|
|
testonly = 1,
|
|
exports = ["@bazel_tools//third_party:junit4"],
|
|
)
|