I am attempting to run gradlew from my command line, but am constantly facing the following error.
Brendas-MacBook-Pro:appx_android brendalogy$ ./gradlew com
With this step set permission to gradlew
steps { echo 'Compile project' sh "chmod +x gradlew" sh "./gradlew clean build --no-daemon" }