mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-12 18:04:01 +00:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
./gradlew buildAllToOut --no-parallel -PuseLocalVolmLib=false "$@"
|