aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradle/wrapper/gradle-wrapper.properties
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 23:41:14 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 23:43:24 -0600
commitcd43444d1f10f7d6655abd08d945070ee24176f3 (patch)
tree2130fc1e4bee4fb26b9e07aa72d893908f51f531 /gradle/wrapper/gradle-wrapper.properties
parentObservableTunnel: do not cache key (diff)
downloadwireguard-android-cd43444d1f10f7d6655abd08d945070ee24176f3.tar.xz
wireguard-android-cd43444d1f10f7d6655abd08d945070ee24176f3.zip
gradle: downgrade to 6.2.1 to deal with f-droid organizational mismanagement
The fdroidserver repo hardcodes hashes of all gradle versions that are allowed to be used. This is currently up to date, having 6.3. However, the f-droid build server is not up to date, because it is controlled by the founder of f-droid, who is generally unavailable and does not update it. Meanwhile other members of the project would like to stand up their own build server instance, but this seems potentially arduous and there's still the question of the signing key. At least that's the story I was able to glean from asking around. So, in order to work around this organizational brokeness, we just downgrade to 6.2.1. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 6623300b..6254d2d4 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists