mirror of
https://github.com/google/nomulus.git
synced 2025-05-07 23:38:21 +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"],
|
|
)
|