Commit Graph

1 Commits

Author SHA1 Message Date
Julien Dubois 38abd88853
Correctly configure Maven wrapper (#348)
Maven wrapper is currently having 2 issues:

- The executable doesn't have the executable bit
- The `.mvn` directory is ignored in Git

Fixing those allow to do `./mvnw package` directly in Codespaces.
2023-12-13 12:48:49 +01:00