From eade050b2cdf9601db208bab3a85bc86ec7a7495 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 18 Jul 2023 16:10:36 +0200 Subject: [PATCH] Little update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 94fbe9e..e867b4e 100644 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ if [ -z "$(git log HEAD..origin/master --oneline)" ]; then mkdir "$1" cd "$1" - java -jar ../BuildTools.jar --rev "$1" -Xmx1024M + java -Xmx1024M -jar ../BuildTools.jar --rev "$1" -Xmx1024M fi else echo "It looks like there are incomming updates to this repository. Pulling those changes now."