ci(build): don't cache Gradle

Gradle take up so much space in cache that it wouldn't make sense for us to cache it since we are rapidly hitting the cache limit every time.
This commit is contained in:
Pun Butrach
2023-08-10 19:12:15 +07:00
committed by GitHub
parent b77d46b2c2
commit 14f765f4b4

View File

@ -20,7 +20,6 @@ jobs:
with:
java-version: '11'
distribution: 'zulu'
cache: 'gradle'
- name: Setup Flutter
uses: subosito/flutter-action@v2
with: