Revert "Stop all running deamons before build in CI"

This reverts commit ce122e10404c66c44f7f14d2e86291d1631d7401.

Reason for revert: This did not fix the issue

Change-Id: Ic1ecebab65747a3ef1ed914301c7865cd083e352
diff --git a/build.sh b/build.sh
index c29cbae..d28a829 100755
--- a/build.sh
+++ b/build.sh
@@ -34,9 +34,6 @@
     export JAVA_HOME=$(pwd)/../prebuilts/jdk/jdk11/linux-x86
 fi
 
-# stop any remaining Gradle daemons, b/205883835
-./gradlew --stop
-
 # Build the Game SDK distribution zip and the zips for Maven AARs
 if [[ $1 == "full" ]]
 then