summaryrefslogtreecommitdiffhomepage
path: root/gradlew
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-05-05 12:56:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-05-05 12:56:10 +0200
commit0b7b65296bd9d1e1c90058302f8c54f547e21865 (patch)
tree6d5dfa82898d0d1d100070f11ce48fa1e8fdf2db /gradlew
parente2f931b4cbcf5a4fc08cda89259e44e2e2bbcffa (diff)
gradle: downgrade wrapper to 8.0.1
This reverts commit 455fcc076becafdf21944aaf2c1f1e9086eb2fd9 because of f-droid. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew7
1 files changed, 3 insertions, 4 deletions
diff --git a/gradlew b/gradlew
index aeb74cbb..79a61d42 100755
--- a/gradlew
+++ b/gradlew
@@ -85,6 +85,9 @@ done
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
@@ -194,10 +197,6 @@ if "$cygwin" || "$msys" ; then
done
fi
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
-
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in