google-nomulus/third_party/closure/stylesheets/BUILD
2016-03-01 17:59:16 -05:00

16 lines
477 B
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache License 2.0
java_binary(
name = "stylesheets",
jvm_flags = ["-client"],
main_class = "com.google.common.css.compiler.commandline.ClosureCommandLineCompiler",
runtime_deps = [
"@args4j//jar",
"@bazel_tools//third_party:gson",
"@bazel_tools//third_party:guava",
"@bazel_tools//third_party:jsr305",
"@closure_stylesheets//jar",
],
)