Update Gradle in the install script.

This commit is contained in:
Lampros Smyrnaios 2024-04-26 15:02:50 +03:00
parent 7857ce1f05
commit 34407179fc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ elif [[ $# -gt 1 ]]; then
echo -e "Wrong number of arguments given: ${#} (more than 1)\nPlease execute it like: script.sh <justRun: 0 | 1>"; exit 2
fi
gradleVersion="8.6"
gradleVersion="8.7"
shouldBeCarefulWithMaxHeap=0 # This is NOT a cmd-arg.