4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
./gradlew --no-daemon installDist
|