What you can try to redirect stdin for gradle using /dev/null.
#!/bin/bash echo Hello gradle clean < /dev/null echo Bye