From 25f1db7e735c2439f22c8520fcde25704a2d3586 Mon Sep 17 00:00:00 2001 From: achou11 Date: Thu, 27 Jan 2022 11:34:31 -0500 Subject: [PATCH] chore: Update gradle wrapper to use 6.9.2 Suspicion is that 6.9.0 contains a bug causing one of our CI steps to fail sporadically (e.g. https://github.com/digidem/mapeo-mobile/runs/4968297075?check_suite_focus=true). Potentially relevant issue was reported (https://github.com/gradle/gradle/issues/15536) and apparently has been addressed (https://github.com/gradle/gradle/pull/18572). According to https://github.com/gradle/gradle/pull/18572#pullrequestreview-837242221, looks like the fix was backported to 6.9.2 --- .cirrus.yml | 2 +- android/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0df2ef05e..6af28278f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,7 +48,7 @@ task: fingerprint_script: echo $CIRRUS_BUILD_ID build_detox_script: npm run build-detox-android cleanup_before_cache_script: - - rm -rf ~/.gradle/caches/6.2/ + - rm -rf ~/.gradle/caches/6.9.2/ - rm -rf ~/.gradle/caches/transforms-1 - rm -rf ~/.gradle/caches/journal-1 - rm -rf ~/.gradle/caches/jars-3/*/buildSrc.jar diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 7665b0fa9..6499169f9 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists