Commit 141bbbb
ci: enable gradle build cache (#212)
Enables Gradle build cache to improve CI performance.
- Replaces `cache: gradle` in `actions/setup-java` with `gradle/actions/setup-gradle@v4` in `.github/workflows/android.yml`.
- Enables build cache in `gradle.properties` by setting `org.gradle.caching=true`.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent fe3732f commit 141bbbb
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
0 commit comments