Reputation: 5667
I'm trying to compile a Springboot application on Amazon AWS:
When I try to package the application with Gradle in GitBash I get the following error message:
$ ./gradlew bootRepackage
bash: /gradlew: No such file or directory
I'm using Windows. I tried git config core.autocrlf false
as suggested here: Error with gradlew: /usr/bin/env: bash: No such file or directory. I still have the same issue. What am I missing?
Upvotes: 3
Views: 6064