mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +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
|