mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-04 04:00:58 -05:00
6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [ "$SKIP_BUILD" != "true" ]; then
|
||
|
./gradlew build
|
||
|
fi
|