blob: 26971728af35000306f81b7ecf2a3a0be9f87b99 [file] [log] [blame] [raw]
#!/bin/sh
# Run script within the directory
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
# Build Glowstone
(cd .. && mvn -T 1C -B package)