mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [ "$SKIP_BUILD" != "true" ]; then
|
||
|
./gradlew build
|
||
|
fi
|