Skip to content

Commit

Permalink
chore: Update gradle wrapper to use 6.9.2
Browse files Browse the repository at this point in the history
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 (gradle/gradle#15536) and apparently has been addressed (gradle/gradle#18572). According to gradle/gradle#18572 (review), looks like the fix was backported to 6.9.2
  • Loading branch information
achou11 committed Jan 27, 2022
1 parent 794d21e commit 25f1db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 25f1db7

Please sign in to comment.