Linux / MacOS
As noted in the comments, just running
./gradlew
worked for me. Adding the ./ tells it to look in the current directory since it isn’t in the path.
Windows PowerShell
.\gradlew
As noted in the comments, just running
./gradlew
worked for me. Adding the ./ tells it to look in the current directory since it isn’t in the path.
.\gradlew