Merge branch 'main' into kbdharun:main

This commit is contained in:
Ivan Zosimov 2023-11-29 16:15:35 +01:00
commit 90bb809b64
69 changed files with 86484 additions and 44219 deletions

View file

@ -36,7 +36,7 @@ jobs:
# Need to avoid using Gradle daemon to stabilize the save process on Windows
# https://github.com/actions/cache/issues/454#issuecomment-840493935
run: |
gradle downloadDependencies --no-daemon -p __tests__/cache/gradle
gradle downloadDependencies --no-daemon -p __tests__/cache/gradle1
if [ ! -d ~/.gradle/caches ]; then
echo "::error::The ~/.gradle/caches directory does not exist unexpectedly"
exit 1