Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/closure_compiler/roll_closure_compiler

Issue 2753443007: Roll closure compiler (Closed)
Patch Set: roll compiler Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/closure_compiler/externs/web_animations.js ('k') | ui/file_manager/externs/webview_tag.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ca11c79fb1dbc93a909dd9d8a9475b652579912a..fa8d01e82e491d1160cb54229c0259940c7050ca 100755
--- a/third_party/closure_compiler/roll_closure_compiler
+++ b/third_party/closure_compiler/roll_closure_compiler
@@ -64,7 +64,7 @@ EOT
fi
echo "Building Closure Compiler"
-mvn install -DskipTests=true --projects com.google.javascript:closure-compiler
+mvn clean install -DskipTests=true --projects com.google.javascript:closure-compiler,com.google.javascript:closure-compiler-externs
if [[ "$?" -ne 0 ]]; then
echo "Failed to build jar, copying nothing" >&2
« no previous file with comments | « third_party/closure_compiler/externs/web_animations.js ('k') | ui/file_manager/externs/webview_tag.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698