mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01: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
|