summaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2019-01-19 14:50:07 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2019-05-13 20:26:45 +0200
commit5def0b8ec78c42902309470d0718bb34cbfb18c7 (patch)
tree46866fac9e9121dc788632a63f5c70e0000b60ba /gradlew
parentec3dce19b16a335776a381a90f668cc249acb631 (diff)
chore: Update to Gradle 5.1
This change updates the Gradle wrapper that is shipped with the repository to version 5.1.
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradlew b/gradlew
index cccdd3d5..af6708ff 100755
--- a/gradlew
+++ b/gradlew
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS=""
+DEFAULT_JVM_OPTS='"-Xmx64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"