Project templates don't keep file permission when creating project

Summary

Creating a Spring boot project seems to result in the mvnw file is not executable (ie. chmod +x'd) . But it is executable in the original project template this file is executable.

Steps to reproduce

Create a new project using the Spring template. Clone the project locally and run ./mvnw and you will see:

$ ./mvnw
-bash: ./mvnw: Permission denied

Example Project

https://gitlab.com/DylanGriffith/spring-template-test

What is the current bug behavior?

What is the expected correct behavior?

Relevant logs and/or screenshots

Possible fixes

Assignee Loading
Time tracking Loading