mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 12:39:23 +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
|