Skip to content

Make mvnw executable - #285

Open
devin-ai-integration[bot] wants to merge 1 commit into
DevOpsfrom
devin/1786138745-run-locally
Open

Make mvnw executable#285
devin-ai-integration[bot] wants to merge 1 commit into
DevOpsfrom
devin/1786138745-run-locally

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 7, 2026

Copy link
Copy Markdown

Summary

mvnw was committed without the executable bit, so ./mvnw fails with Permission denied on a fresh clone (and sh mvnw also fails, since the wrapper resolves .mvn/wrapper/maven-wrapper.properties relative to $0's directory and picks up mvnw/.mvn/...). Sets mode 100644 -> 100755; no content or behavior change.

Verified afterwards: ./mvnw clean package -DskipTests builds, and the app runs against MySQL 8 on localhost:3306 serving http://localhost:8080 (register / login / deposit / withdraw / transaction history all work).

Link to Devin session: https://app.devin.ai/sessions/e87cf6340ffa4e689bb20d099eed3c2c
Requested by: @patrickbradley-cog


Devin Review

Status Commit
⚪ Not started

Run Devin Review

Open in Devin Review (Staging)

Co-Authored-By: patrick.bradley <patrick.bradley@cognition.ai>
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

0 participants