Update Gradle in the install script.
This commit is contained in:
parent
7857ce1f05
commit
34407179fc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue