mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-15 11:23:48 +00:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
./gradlew buildAll "$@"
|