1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 13:28:12 +03:00
Mindustry/run-server

9 lines
246 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
if [[ $# -eq 0 ]] ; then
echo 'A build version must be supplied as the first argument.'
exit 1
fi
./gradlew server:dist -Pbuildversion=$1
2019-05-04 20:17:31 +03:00
java -jar -XX:+HeapDumpOnOutOfMemoryError server/build/libs/server-release.jar