mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
8 lines
170 B
Python
8 lines
170 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "testing",
|
|
testonly = 1,
|
|
exports = ["@bazel_tools//third_party:guava-testlib"],
|
|
)
|