I've set up a Bamboo plan that triggers when a new commit is made to a Github repo.
I'm now in the process of setting up a job to build an Android .apk of that code. I've set up a script which looks like the following:
https://i.imgur.com/CB6YPDy.png
However, when I run the plan, I get the following output:
'gradlew' is not recognized as an internal or external command, operable program or batch file.
What should I change in my script to get this to work?