Gradle not found in cercleci

#!/bin/sh -eo pipefail

gradle dependencies
/bin/sh: gradle: not found
Exited with code 127

There is not enough information to help you here. Please edit your post to show us your config, and what you have done so far to solve it. There is some code here, but did you only want to show the hashbang? That does not do a lot on its own.