mc-glowstone/scripts/build.sh
mastercoms c2330a1429 gradle cleanup
bump to 1.19
2022-06-17 02:15:04 -04:00

7 lines
147 B
Bash
Executable file

#!/bin/sh
# Run script within the directory
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
# Build Glowstone
(cd .. && ./gradlew assemble)