mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Update build instructions [stage]
This commit is contained in:
parent
2ff1d57c21
commit
916fd98773
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
1.7.15
|
||||
1.7.15-2
|
Loading…
Reference in a new issue