mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +02:00
10 lines
280 B
Text
10 lines
280 B
Text
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"],
|
|
)
|