summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle/wrapper/gradle-wrapper.properties5
-rwxr-xr-xshell_scripts/gradle_cache_clean.sh2
2 files changed, 4 insertions, 3 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index c6390d0c..9355b415 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,7 @@
-#Mon Jun 15 16:07:06 CEST 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
+networkTimeout=10000
+validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/shell_scripts/gradle_cache_clean.sh b/shell_scripts/gradle_cache_clean.sh
index 5b35445f..44add0f9 100755
--- a/shell_scripts/gradle_cache_clean.sh
+++ b/shell_scripts/gradle_cache_clean.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-trash -rf $XDG_CONFIG_HOME/gradle; trash -rf $HOME/.gradle; trash -rf .gradle
+trash -rf $XDG_CONFIG_HOME/gradle; trash -rf $HOME/.gradle; trash -rf ../.gradle