Recursively clone gerrit

We need to grab the core plugins so that gerrit will build

Change-Id: I8e901277819310423a748ea295a56c8327a27cc3
diff --git a/build.sh b/build.sh
index 383744a..d2a6d63 100755
--- a/build.sh
+++ b/build.sh
@@ -54,7 +54,7 @@
 
 
 # Checkout and build gerrit
-git clone https://gerrit.googlesource.com/gerrit
+git clone --recursive https://gerrit.googlesource.com/gerrit
 (
     cd gerrit
     git checkout $release