Update build instructions [stage]

This commit is contained in:
crschnick 2024-01-16 16:40:34 +00:00
parent 2ff1d57c21
commit 916fd98773
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ On Windows, you have to manually install the JDK.
You can use the gradle wrapper to build and run the project:
- `gradlew app:run` will run the desktop application. You can set various useful properties in `app/build.gradle`
- `gradlew dist` will create a distributable production version in `dist/build/dist/base`.
- `gradlew clean dist` will create a distributable production version in `dist/build/dist/base`.
- `gradlew <project>:test` will run the tests of the specified project.
You are also able to properly debug the built production application through two different methods:

View file

@ -1 +1 @@
1.7.15
1.7.15-2