mirror of
https://github.com/google/nomulus
synced 2026-04-26 19:15:24 +00:00
11 lines
280 B
Python
11 lines
280 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache License 2.0
|
|
|
|
java_binary(
|
|
name = "compiler",
|
|
jvm_flags = ["-client"],
|
|
main_class = "com.google.javascript.jscomp.CommandLineRunner",
|
|
runtime_deps = ["@closure_compiler//jar"],
|
|
)
|