feat: add Gradle caching in CI workflows
All checks were successful
Build / build (pull_request) Successful in 9m31s

This commit updates the CI build and release workflows to enable Gradle caching. This change adds `cache: gradle` to the Java setup action.
These changes apply to both `build.yaml` and `release.yaml` files.
This commit is contained in:
Ben Martin 2025-01-21 00:54:15 +00:00
parent ab14b90143
commit c55308f080
Signed by: ben
GPG key ID: 859A655FCD290E4A
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3

View file

@ -18,6 +18,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3