6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [ "$SKIP_BUILD" != "true" ]; then
|
|
./gradlew build
|
|
fi
|