mirror of
https://github.com/google/nomulus
synced 2026-02-12 07:41:34 +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"],
|
|
)
|