1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 04:21:07 +00:00
Files
nomulus/third_party/java/truth/BUILD
2016-03-01 17:59:16 -05:00

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"],
)