mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Add command to skip tests when building the project
This commit is contained in:
parent
6eed20283f
commit
5ad62ec4f8
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
gradlew.bat build
|
||||
```
|
||||
|
||||
If you prefer to skip tests to speed up the building process, just append _-x test_ to the previous commands.
|
||||
|
||||
### Important notes
|
||||
|
||||
1. You do _not_ need to install Gradle to build Bisq. The `gradlew` shell script will install it for you, if necessary.
|
||||
|
|
Loading…
Add table
Reference in a new issue