Files
nomulus/third_party/java/truth/BUILD
T

10 lines
204 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache License 2.0
java_library(
name = "truth",
testonly = 1,
exports = ["@bazel_tools//third_party:truth"],
)