Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Maven Wrapper for Mac users #56

Closed
LordRekishi opened this issue Mar 14, 2022 · 2 comments · Fixed by #58
Closed

Fix Maven Wrapper for Mac users #56

LordRekishi opened this issue Mar 14, 2022 · 2 comments · Fixed by #58
Assignees

Comments

@LordRekishi
Copy link
Contributor

Fix mvnw so it works for mac users. The mvnw file is not set with the executable tag in mac file systems.
We need to fix this by running the following git command: git update-index --chmod=+x mvnw

@FelixJacobsen
Copy link
Contributor

macmeme

@LordRekishi
Copy link
Contributor Author

Alternative solution: Get a real computer? :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants