Merge "dev-release: use the --no-cache option for the release build"

This commit is contained in:
David Pursehouse 2015-05-07 04:40:34 +00:00 committed by Gerrit Code Review
commit ef66ead03f

View File

@ -157,7 +157,8 @@ Tag the plugins:
* Build the Gerrit WAR and API JARs
+
----
buck build release
buck clean
buck build --no-cache release
buck build api_install
----