From 5def0b8ec78c42902309470d0718bb34cbfb18c7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 19 Jan 2019 14:50:07 +0100 Subject: chore: Update to Gradle 5.1 This change updates the Gradle wrapper that is shipped with the repository to version 5.1. --- gradlew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradlew') 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" -- cgit v1.2.3