mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-08 20:09:51 +00:00
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [ "$SKIP_BUILD" != "true" ]; then
|
|
./gradlew build
|
|
fi
|