| Index: third_party/closure_compiler/roll_closure_compiler
|
| diff --git a/third_party/closure_compiler/roll_closure_compiler b/third_party/closure_compiler/roll_closure_compiler
|
| index 2f31c405990f94aaa74d125bc0a0e0d6a1b63436..2dbe72d9a1b51d9552a74365b08752fb250dcaf8 100755
|
| --- a/third_party/closure_compiler/roll_closure_compiler
|
| +++ b/third_party/closure_compiler/roll_closure_compiler
|
| @@ -47,8 +47,7 @@ EOT
|
| fi
|
|
|
| echo "Building Closure Compiler"
|
| -# TODO(dbeam): can we do less here? As in: build a more specific target.
|
| -mvn install -DskipTests=true
|
| +mvn install -DskipTests=true --projects com.google.javascript:closure-compiler
|
|
|
| if [[ "$?" -ne 0 ]]; then
|
| echo "Failed to build jar, copying nothing" >&2
|
|
|