bitrise-steplib / steps-gradle-runner

MIT License
10 stars 28 forks source link

Do chmod +x gradlew before calling it #5

Closed viktorbenei closed 8 years ago

viktorbenei commented 8 years ago

If the project was generated on Windows / gradlew was generated on Windows there's a chance that the gradlew file won't have executable bit on Linux/Unix.

To solve this we should chmod +x the gradlew file (if it exists) before calling it.

viktorbenei commented 8 years ago

Fixed, the new version will include this