Skip to content

Commit 0b7b652

Browse files
committed
gradle: downgrade wrapper to 8.0.1
This reverts commit 455fcc0 because of f-droid. Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent e2f931b commit 0b7b652

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ buildscript {
2525

2626
tasks {
2727
wrapper {
28-
gradleVersion = "8.1.1"
29-
distributionSha256Sum = "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f"
28+
gradleVersion = "8.0.2"
29+
distributionSha256Sum = "ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7"
3030
}
3131
}
3232

gradle/wrapper/gradle-wrapper.jar

-468 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionSha256Sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
55
networkTimeout=10000
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists

gradlew

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ done
8585
APP_BASE_NAME=${0##*/}
8686
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
8787

88+
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89+
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
90+
8891
# Use the maximum available, or set MAX_FD != -1 to use that value.
8992
MAX_FD=maximum
9093

@@ -194,10 +197,6 @@ if "$cygwin" || "$msys" ; then
194197
done
195198
fi
196199

197-
198-
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
199-
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
200-
201200
# Collect all arguments for the java command;
202201
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
203202
# shell script including quotes and variable substitutions, so put them in

0 commit comments

Comments
 (0)