mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +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"],
|
|
)
|