mirror of
https://github.com/google/nomulus.git
synced 2025-06-14 16:34:45 +02:00
7 lines
170 B
Text
7 lines
170 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "testing",
|
|
testonly = 1,
|
|
exports = ["@bazel_tools//third_party:guava-testlib"],
|
|
)
|