You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: