mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
add 'make update-dependencies'
This commit is contained in:
parent
b628acec59
commit
72c5632105
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -14,6 +14,9 @@ localnet:
|
|||
haveno:
|
||||
./gradlew build
|
||||
|
||||
update-dependencies:
|
||||
./gradlew --refresh-dependencies && ./gradlew --write-verification-metadata sha256
|
||||
|
||||
# build haveno without tests
|
||||
skip-tests: localnet
|
||||
./gradlew build -x test -x checkstyleMain -x checkstyleTest
|
||||
|
|
Loading…
Reference in a new issue