mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 03:40:47 +02:00
9 lines
216 B
Text
9 lines
216 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["reciprocal"]) # Common Public License 1.0
|
|
|
|
java_library(
|
|
name = "junit",
|
|
testonly = 1,
|
|
exports = ["@bazel_tools//third_party:junit4"],
|
|
)
|