google-nomulus/third_party/java/truth/BUILD
2016-03-01 17:59:16 -05:00

9 lines
204 B
Text

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