Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
1ad739ca713762ae84e9275ca41141be0c7c1673
/
.
/
scripts
/
build.sh
blob: 4d17ad3c381b6733494e9a1300372e7942144910 [
file
] [
log
] [
blame
] [
raw
]
#!/bin/sh
# Run script within the directory
BINDIR
=
$
(
dirname
"$(readlink -fn "
$0
")"
)
cd
"$BINDIR"
# Build Glowstone
(
cd
..
&&
MAVEN_OPTS
=
"-Xss4m"
mvn
-
T
1C
-
B package
)