Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e1d7e757e4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,248 @@ | |||
| #!/bin/sh | |||
There was a problem hiding this comment.
Mark the Gradle wrapper executable
The wrapper is committed with mode 100644, so a normal Unix checkout cannot run the standard command ./gradlew build (it exits with Permission denied). The CI and JitPack files happen to chmod +x first, but local users and other automation invoking the checked-in wrapper directly will be unable to build the project; commit it with the executable bit set.
Useful? React with 👍 / 👎.
No description provided.