916f29234a
* Granting execute permission for gradlew In https://github.com/yashovardhan99/HealersDiary, while testing this action, I noticed `./gradlew build` fails because it does not have execute permissions. Adding the execute permissions using `chmod` fixes this issue. * fixing line endings This should fix it * Renormalizing changes