Add command to skip tests when building the project

This commit is contained in:
BtcContributor 2021-04-23 11:29:59 +02:00
parent 6eed20283f
commit 5ad62ec4f8
No known key found for this signature in database
GPG key ID: DA582457496C7F6D

View file

@ -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.