Skip to content

Commit

Permalink
[#140] Explain mvnw-Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bergen committed Dec 6, 2024
1 parent 8ca2bef commit 2dd6932
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/development/development_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ Run
```

Then right-click tests in IntelliJ and run.

# Update Maven itself

Use this line to update the mvnw command with your desired version:

```bash
./mvnw -N wrapper:wrapper -Dmaven=3.9.9
```

This will change the mvnw-File and the mvnw.cmd-File.

0 comments on commit 2dd6932

Please sign in to comment.