1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00
Files
nomulus/third_party/java/google_java_format/BUILD
2016-03-01 17:59:16 -05:00

13 lines
276 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0, portions NCSA
java_library(
name = "lib",
exports = [
"@bazel_tools//third_party:guava",
"@eclipse_jdt_core//jar",
"@google_java_format//jar",
],
)