mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-16 03:44:04 +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 "$@"
|