Skip to content

fix: add execute permission to gradlew#1

Merged
mpge merged 1 commit into
mainfrom
fix/gradlew-permission
Apr 8, 2026
Merged

fix: add execute permission to gradlew#1
mpge merged 1 commit into
mainfrom
fix/gradlew-permission

Conversation

@mpge

@mpge mpge commented Apr 8, 2026

Copy link
Copy Markdown
Member

Summary

  • Add execute permission (chmod +x) to gradlew via git update-index --chmod=+x
  • Fixes CI failure: ./gradlew: Permission denied

Test plan

  • CI should now be able to run ./gradlew without permission errors

The gradlew script was committed without the execute bit, causing
CI failures with './gradlew: Permission denied'.
@mpge
mpge merged commit 79b7aee into main Apr 8, 2026
@mpge
mpge deleted the fix/gradlew-permission branch April 8, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant